usb: ehci-omap: Add OMAP4 support
authorAnand Gadiyar <gadiyar@ti.com>
Sun, 21 Nov 2010 17:53:42 +0000 (23:23 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Tue, 30 Nov 2010 21:05:49 +0000 (02:35 +0530)
commit4792a15bf0f388838c3e16636f961c99bc2f3572
tree6007fd08b6008a98798027781b6a7bbec4ae5838
parent1ed85659a29287bda958a9429461f4a1b0a033be
usb: ehci-omap: Add OMAP4 support

Update the ehci-omap glue layer to support the controller in the
OMAP4. Major differences from OMAP3 is that the OMAP4 has per-port
clocking, and supports ULPI output clocking mode. The old input
clocking mode is not supported.

Also, there are only 2 externally available ports as against 3
in the OMAP3. The third port is internally tied off and should
not be used.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
drivers/usb/host/ehci-omap.c