diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-08-30 15:36:47 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:38:16 +0200 |
commit | d6276ab10df98c3fece67ebd0e0b1b601552c128 (patch) | |
tree | d15189ded031f14a014b1bb1e88073fe3f5c182c /Makefile | |
parent | 9627084c2338c52e61d31e41c797386f71e8dedf (diff) | |
download | u-boot-imx-d6276ab10df98c3fece67ebd0e0b1b601552c128.zip u-boot-imx-d6276ab10df98c3fece67ebd0e0b1b601552c128.tar.gz u-boot-imx-d6276ab10df98c3fece67ebd0e0b1b601552c128.tar.bz2 |
arm: mx6: cm-fx6: force host mode on usb controller
On some CM-FX6 modules U-Boot attempts to configure the usb0 controller in
device mode, which renders it unavailable:
USB0: Port not available.
and also causes usb stop to report an error
EHCI failed to shut down host controller.
This happens mostly on MX6 Dual based modules, and is caused by the USBPHY_CTRL
register reporting USBPHY_CTRL_OTG_ID to be 1, even when it is pulled down.
Since we do not support device mode in cm-fx6 u-boot, force all controllers to
be configured as hosts.
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions