]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dra7xx: Add support for dra7xx xhci USB host
authorDan Murphy <dmurphy@ti.com>
Fri, 11 Oct 2013 17:28:17 +0000 (12:28 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:41 +0000 (23:42 +0200)
commit834e91af432479e3808e9cbd1d38199f724fc5aa
tree1ee55275e290c7b2bc4ec4523d8ad1ed1eba8d5b
parentba55453ccf6d82c46b9f3eef5b958aac58adb6fb
usb: dra7xx: Add support for dra7xx xhci USB host

Add the support for the dra7xx xhci usb host.
dra7xx does not contain an EHCI controller so the headers
can be removed from the board file.

The xHCI host on dra7xx is connected to a usb2 phy so need to
add support to enable those clocks.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
arch/arm/cpu/armv7/omap5/prcm-regs.c
arch/arm/include/asm/arch-omap5/clock.h
arch/arm/include/asm/omap_common.h
board/ti/dra7xx/evm.c
board/ti/dra7xx/mux_data.h
drivers/usb/host/xhci-omap.c
drivers/usb/phy/omap_usb_phy.c
include/configs/dra7xx_evm.h
include/linux/usb/xhci-omap.h