]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci-mx6: add support for otg port
authorTroy Kisky <troy.kisky@boundarydevices.com>
Thu, 10 Oct 2013 22:27:59 +0000 (15:27 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:46:33 +0000 (23:46 +0200)
commitd1a5286099a1ccb43fa8599e2c806ca039783e2f
treef54c7565f25023c0e90f551d8e62aa6fbfd26167
parent8287314888b15ed39ce05b06f60372768ca12d08
usb: ehci-mx6: add support for otg port

Previously, only host1 was supported using an index of 0.
Now, otg has index 0, host1 is 1, host2 is 2, host3 is 3.
Since OTG requires usbmode to be set after reset, I added
CONFIG_EHCI_HCD_INIT_AFTER_RESET to nitrogen6x.h and
mx6qsabreauto.h.

I also added a weak function board_ehci_power to handle
turning power on/off for otg.

Type is type of device connected (USB stick vs Host.)
Init is type of device desired.
Only power up port if type == init == USB_INIT_HOST.
Only return error if type != init.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
drivers/usb/host/ehci-mx6.c
include/configs/mx6qsabreauto.h
include/configs/nitrogen6x.h