diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-18 08:46:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-18 08:46:58 -0400 |
commit | c6ae5e9869cf7a9fbf1c9cec5aaa3fd5b8def670 (patch) | |
tree | 8e2c23a2a0d6b1fee0c86a6202ce1ec8d65b2be7 /include/configs | |
parent | 2fbc804715b7de41e5b378a7f61adc760c7836a1 (diff) | |
parent | d08cdc223db1023ebb8c03d6341fdf45b303700c (diff) | |
download | u-boot-c6ae5e9869cf7a9fbf1c9cec5aaa3fd5b8def670.tar.gz |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
This is a patchset which makes away with the .bind() controller indexing
workaround which was broken since before v2021.04, and then adds PHY
support and MX8M support on top of that. Better add it into the release
early to get as much testing as possible done, because this really does
a lot of changes to the ehci-mx6 driver.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/verdin-imx8mm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/verdin-imx8mm.h b/include/configs/verdin-imx8mm.h index 4751bf5a5a..e2a817891c 100644 --- a/include/configs/verdin-imx8mm.h +++ b/include/configs/verdin-imx8mm.h @@ -117,5 +117,10 @@ #define FEC_QUIRK_ENET_MAC #define IMX_FEC_BASE 0x30BE0000 +/* USB Configs */ +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 + #endif /*_VERDIN_IMX8MM_H */ |