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 ?

