[PATCH] global: Correct duplicate U_BOOT_DRIVER entry names

Marek Vasut marek.vasut at mailbox.org
Tue Mar 24 00:28:13 CET 2026


[...]

> diff --git a/drivers/usb/dwc3/dwc3-meson-g12a.c b/drivers/usb/dwc3/dwc3-meson-g12a.c
> index 41d15996e5b2..49e9c3fa0e99 100644
> --- a/drivers/usb/dwc3/dwc3-meson-g12a.c
> +++ b/drivers/usb/dwc3/dwc3-meson-g12a.c
> @@ -533,7 +533,7 @@ static const struct udevice_id dwc3_meson_g12a_ids[] = {
>   	{ }
>   };
>   
> -U_BOOT_DRIVER(dwc3_generic_wrapper) = {
> +U_BOOT_DRIVER(dwc3_meson_g12a) = {

Could you please add usb_ as a prefix in front those usb drivers ?

Either way, for the USB part:

Reviewed-by: Marek Vasut <marek.vasut+usb at mailbox.org>

Thanks !


More information about the U-Boot mailing list