diff options
author | Tony Lindgren <tony@atomide.com> | 2013-02-14 20:36:17 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-02-14 20:36:17 +0400 |
commit | 64ff1673332a1109780d731ca08dcd4f8ad33097 (patch) | |
tree | abb03dcda3da9eeb4e92a97acc0f67b55bc23599 /include/linux | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 (diff) | |
parent | 42973159599086c48c58ad79b9ad0758da6bc256 (diff) | |
download | linux-64ff1673332a1109780d731ca08dcd4f8ad33097.tar.xz |
Merge branch 'usbhost17-for-arm-soc' of git://github.com/rogerq/linux into omap-for-v3.9/usb
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/platform_data/usb-omap.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/platform_data/usb-omap.h b/include/linux/platform_data/usb-omap.h index ef65b67c56c3..e697c85ad3bc 100644 --- a/include/linux/platform_data/usb-omap.h +++ b/include/linux/platform_data/usb-omap.h @@ -55,13 +55,17 @@ struct ohci_hcd_omap_platform_data { }; struct usbhs_omap_platform_data { - enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS]; + enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS]; + int reset_gpio_port[OMAP3_HS_USB_PORTS]; + struct regulator *regulator[OMAP3_HS_USB_PORTS]; struct ehci_hcd_omap_platform_data *ehci_data; struct ohci_hcd_omap_platform_data *ohci_data; /* OMAP3 <= ES2.1 have a single ulpi bypass control bit */ - unsigned single_ulpi_bypass:1; + unsigned single_ulpi_bypass:1; + unsigned es2_compatibility:1; + unsigned phy_reset:1; }; /*-------------------------------------------------------------------------*/ |