Skip to content

Commit

Permalink
omap: usb: ehci: introduce HSIC mode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anand Gadiyar committed Nov 30, 2010
1 parent a42ccdc commit 1ed8565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-omap/include/plat/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ed8565

Please sign in to comment.