diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-10-10 15:27:59 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-10-20 23:46:33 +0200 |
commit | d1a5286099a1ccb43fa8599e2c806ca039783e2f (patch) | |
tree | f54c7565f25023c0e90f551d8e62aa6fbfd26167 /include/configs/mxs.h | |
parent | 8287314888b15ed39ce05b06f60372768ca12d08 (diff) | |
download | u-boot-imx-d1a5286099a1ccb43fa8599e2c806ca039783e2f.zip u-boot-imx-d1a5286099a1ccb43fa8599e2c806ca039783e2f.tar.gz u-boot-imx-d1a5286099a1ccb43fa8599e2c806ca039783e2f.tar.bz2 |
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>
Diffstat (limited to 'include/configs/mxs.h')
0 files changed, 0 insertions, 0 deletions