From: "Govindraj.R" <govindraj.r...@ti.com> Patch series adds ehci support for omap4 socs and enables ehci support for panda board.
Fatls, ping and tftp was tested with this patch series. Patch series depends on below patch for enabling aux clock with powers external ulpi phy. http://www.mail-archive.com/u-boot@lists.denx.de/msg72725.html Patch series based commit id: 06e42c6e2ce269667daecd6229d0b7c813838203 Same is avialable here: git://gitorious.org/denx_u-boot/denx_uboot_omap.git ehci_omap4 Remember to comment out CONFIG_USB_TTY for testing on panda from include/configs/omap4_common.h refer to below mail for details. http://www.mail-archive.com/u-boot@lists.denx.de/msg72674.html Govindraj.R (6): omap4: usb: Add omap-ehci support OMAP4: clock-common: Move the usb dppl configuration to new func. OMAP4: Panda_mux: configure usb port1 for ulpi phy mode OMAP4: clocks: enable usb host clocks by default. OMAP4: Panda: Add hcd init and enable ehci support. OMAP4: config: Add usb support for panda config. arch/arm/cpu/armv7/omap-common/clocks-common.c | 52 ++++--- arch/arm/cpu/armv7/omap4/clocks.c | 5 + arch/arm/include/asm/ehci-omap.h | 168 ++++++++++++++++++++ board/ti/panda/panda.c | 70 ++++++++ board/ti/panda/panda_mux_data.h | 16 +- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-omap.c | 202 ++++++++++++++++++++++++ include/configs/omap4_common.h | 1 + include/configs/omap4_panda.h | 21 +++ 9 files changed, 508 insertions(+), 28 deletions(-) create mode 100644 arch/arm/include/asm/ehci-omap.h create mode 100644 drivers/usb/host/ehci-omap.c -- 1.7.5.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot