diff options
| author | 2013-12-06 16:13:05 +0200 | |
|---|---|---|
| committer | 2013-12-06 14:36:37 -0600 | |
| commit | 339e008895a912a5049e076c9d27b29eb7ce80a7 (patch) | |
| tree | baeb6d08eec45f35e079fdbe9a688adcfc1769da /include/linux/platform_data | |
| parent | ARM: OMAP1: USB: move omap_usb_config to platform data (diff) | |
| download | linux-dev-339e008895a912a5049e076c9d27b29eb7ce80a7.tar.xz linux-dev-339e008895a912a5049e076c9d27b29eb7ce80a7.zip | |
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 { 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? */ |
