omap: usb: ehci: introduce HSIC mode
authorAnand Gadiyar <gadiyar@ti.com>
Sun, 21 Nov 2010 17:53:41 +0000 (23:23 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Tue, 30 Nov 2010 21:05:28 +0000 (02:35 +0530)
The EHCI controller in OMAP4 supports a new interface mode - HSIC.
Add this to the list of modes supported on OMAP3.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/plat/usb.h

index 59c7fe7..9b1893f 100644 (file)
@@ -11,6 +11,7 @@ enum ehci_hcd_omap_mode {
        EHCI_HCD_OMAP_MODE_UNKNOWN,
        EHCI_HCD_OMAP_MODE_PHY,
        EHCI_HCD_OMAP_MODE_TLL,
+       EHCI_HCD_OMAP_MODE_HSIC,
 };
 
 enum ohci_omap3_port_mode {