diff options
author | Aaro Koskinen | 2013-12-06 16:13:05 +0200 |
---|---|---|
committer | Felipe Balbi | 2013-12-06 14:36:37 -0600 |
commit | 339e008895a912a5049e076c9d27b29eb7ce80a7 (patch) | |
tree | baeb6d08eec45f35e079fdbe9a688adcfc1769da | |
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>
-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 { 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? */ |