]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Atmel : usb : add EHCI driver for Atmel SoC
authorBo Shen <voice.shen@atmel.com>
Wed, 27 Jun 2012 21:58:20 +0000 (21:58 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:29 +0000 (14:07 +0200)
commitcc30b7803d3a3237fbcef860b9320e9b4bfbffaf
tree2c473dad00bbe3f8797d2e19260c3579bbe67363
parent5e7d0917b644e1768ddfdeb1fa5822dc7c974fa4
Atmel : usb : add EHCI driver for Atmel SoC

Some Atmel SoC support USB EHCI, add the EHCI driver to support it.

To enable the USB EHCI, add the following configuration options into
board relative configuration file and remove USB OHCI options.

    #define CONFIG_USB_EHCI
    #define CONFIG_USB_EHCI_ATMEL
    #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS     2

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
drivers/usb/host/Makefile
drivers/usb/host/ehci-atmel.c [new file with mode: 0644]