Re: [PATCH] global: Correct duplicate U_BOOT_DRIVER entry names
Marek Vasut <[email protected]> Tue, 24 Mar 2026 00:28:13 +0100
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
[...]
> 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 <[email protected]>
Thanks !