[PATCH v5 2/2] usb: musb-new: Add compatibles for ti,musb-am33xx
Marek Vasut
marek.vasut at mailbox.org
Sun Feb 1 19:19:31 CET 2026
On 1/30/26 5:28 PM, Markus Schneider-Pargmann (TI.com) wrote:
> +static const struct udevice_id ti_musb_host_ids[] = {
> + { .compatible = "ti,musb-am33xx" },
> + { }
> +};
[...]
> +static const struct udevice_id ti_musb_peripheral_ids[] = {
> + { .compatible = "ti,musb-am33xx" },
> + { }
> +};
Can we have one copy of those IDs in the driver ?
More information about the U-Boot
mailing list