[PATCH 1/3] omap3: evm: Drop old musb omap3 driver
Peter Robinson
pbrobinson at gmail.com
Sun Jun 29 21:54:46 CEST 2025
The USB_OMAP3 driver was (re)added in commit e74e9f620a6 as part
of migrating to DM_USB but the config already had MUSB_OMAP2PLUS
which is the newer musb driver and what other omap3 devices use.
So drop it so we can drop the old driver.
Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
---
configs/omap3_evm_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig
index 42c6aadea97..25c2fe532c2 100644
--- a/configs/omap3_evm_defconfig
+++ b/configs/omap3_evm_defconfig
@@ -78,7 +78,6 @@ CONFIG_OMAP3_SPI=y
CONFIG_USB=y
# CONFIG_SPL_DM_USB is not set
CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_OMAP3=y
CONFIG_USB_MUSB_GADGET=y
CONFIG_USB_MUSB_OMAP2PLUS=y
CONFIG_USB_HOST_ETHER=y
--
2.50.0
More information about the U-Boot
mailing list