diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-12-06 09:13:05 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-06 15:36:37 -0500 |
commit | 339e008895a912a5049e076c9d27b29eb7ce80a7 (patch) | |
tree | baeb6d08eec45f35e079fdbe9a688adcfc1769da /include/linux/platform_data | |
parent | 317a3fa6b0814e31de5eb083bd1d047d66485d09 (diff) |
usb: omap1: add extcon to platform data
Add extcon field to platform data.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/usb-omap1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/usb-omap1.h b/include/linux/platform_data/usb-omap1.h index 8c7764ddd284..43b5ce139c37 100644 --- a/include/linux/platform_data/usb-omap1.h +++ b/include/linux/platform_data/usb-omap1.h | |||
@@ -23,6 +23,8 @@ struct omap_usb_config { | |||
23 | unsigned register_dev:1; | 23 | unsigned register_dev:1; |
24 | u8 otg; /* port number, 1-based: usb1 == 2 */ | 24 | u8 otg; /* port number, 1-based: usb1 == 2 */ |
25 | 25 | ||
26 | const char *extcon; /* extcon device for OTG */ | ||
27 | |||
26 | u8 hmc_mode; | 28 | u8 hmc_mode; |
27 | 29 | ||
28 | /* implicitly true if otg: host supports remote wakeup? */ | 30 | /* implicitly true if otg: host supports remote wakeup? */ |