Hi Markus, Thank you for the patch.
On Wed, Jan 14, 2026 at 09:33, "Markus Schneider-Pargmann (TI.com)" <[email protected]> wrote: > The upstream devicetree am33xx.dtsi does not have a "ti,am33xx-usb" > compatible, it uses "ti,sysc-omap4" for the same node. The > implementation of ti-musb uses a wrapper driver that binds to > ti,am33xx-usb and creates new devices ti-musb-host and > ti-musb-peripheral depending on the dr_mode property. > > To avoid this wrapper driver with the upstream devicetree, add > compatibles for "ti,musb-am33xx" to both ti-musb-host and > ti-musb-peripheral. Add a bind function that checks for the correct > dr_mode value and rejects binding if it is not the correct driver. > > Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> I already reviewed v1 and v3 did not change for this patch: https://lore.kernel.org/all/[email protected]/ Any reason for dropping my Reviewed-by: tag? Adding it back to make sure it gets picked up by b4: Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > drivers/usb/musb-new/ti-musb.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+)

