commit | 5ac1abfa8afb84393792bdace455c872d1fb0353 | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | Wed Apr 13 11:33:33 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 21 12:44:23 2022 +0200 |
tree | 34eade7f3de30a45fdb1f22fd2b77ae2106eca5f | |
parent | 3bf73ea15762c8e5d8bc0da15a40ed76a74d9e27 [diff] |
board: colibri_imx7: fix usb start on solo This fixes the following crash when run on a Colibri iMX7S aka solo: Colibri iMX7 # usb start starting USB... Bus usb@30b10000: USB EHCI 1.00 Bus usb@30b20000: The i.MX 7Solo has only one single USB OTG1 but no USB host port. Trying to initialize the nonexisting port just crashes. While at it also drop board_usb_phy_mode() which is also no longer used in the driver model age. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>