[PATCH 2/3] am33xx: am3517 evm: Drop old musb AM35X driver

Peter Robinson pbrobinson at gmail.com
Sun Jun 29 21:54:47 CEST 2025


The USB_AM35X is a legacy driver with one remaining user. The rest
of the am33xx devices use the USB_MUSB_TI driver for DM_USB so
move the last user USB_MUSB_TI which is the newer musb driver
So move to the newer driver so we can drop the old driver.

Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
---
 configs/am3517_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 244a39cd88f..ba8552948b0 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -92,6 +92,6 @@ CONFIG_OMAP3_SPI=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_MUSB_HOST=y
-CONFIG_USB_MUSB_AM35X=y
+CONFIG_USB_MUSB_TI=y
 CONFIG_BCH=y
 CONFIG_SPL_TINY_MEMSET=y
-- 
2.50.0



More information about the U-Boot mailing list