projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42ccdc
)
omap: usb: ehci: introduce HSIC mode
author
Anand Gadiyar
<gadiyar@ti.com>
Sun, 21 Nov 2010 17:53:41 +0000
(23:23 +0530)
committer
Anand 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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/include/plat/usb.h
b/arch/arm/plat-omap/include/plat/usb.h
index
59c7fe7
..
9b1893f
100644
(file)
--- a/
arch/arm/plat-omap/include/plat/usb.h
+++ b/
arch/arm/plat-omap/include/plat/usb.h
@@
-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 {