summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/usb-omap1.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-12-06 16:13:05 +0200
committerFelipe Balbi <balbi@ti.com>2013-12-06 14:36:37 -0600
commit339e008895a912a5049e076c9d27b29eb7ce80a7 (patch)
treebaeb6d08eec45f35e079fdbe9a688adcfc1769da /include/linux/platform_data/usb-omap1.h
parent317a3fa6b0814e31de5eb083bd1d047d66485d09 (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/usb-omap1.h')
-rw-r--r--include/linux/platform_data/usb-omap1.h2
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 {
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? */