Commit 339e0088 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Felipe Balbi

usb: omap1: add extcon to platform data

Add extcon field to platform data.
Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 317a3fa6
......@@ -23,6 +23,8 @@ struct omap_usb_config {
unsigned register_dev:1;
u8 otg; /* port number, 1-based: usb1 == 2 */
const char *extcon; /* extcon device for OTG */
u8 hmc_mode;
/* implicitly true if otg: host supports remote wakeup? */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment