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

Tom Rini trini at konsulko.com
Thu Sep 25 16:34:03 CEST 2025


On Sun, Jun 29, 2025 at 08:54:47PM +0100, Peter Robinson wrote:

> 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

This patch is wrong, CONFIG_USB_MUSB_AM35X is the right symbol for the
correct "musb-new" glue code for this platform.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250925/1c7a0fa3/attachment.sig>


More information about the U-Boot mailing list