[PATCH v3 6/6] usb: musb-new: Add compatibles for ti,musb-am33xx

Mattijs Korpershoek mkorpershoek at kernel.org
Fri Jan 16 09:44:28 CET 2026


Hi Markus,

Thank you for the patch.

On Wed, Jan 14, 2026 at 09:33, "Markus Schneider-Pargmann (TI.com)" <msp at baylibre.com> 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) <msp at baylibre.com>

I already reviewed v1 and v3 did not change for this patch:
https://lore.kernel.org/all/87sechzg7d.fsf@kernel.org/

Any reason for dropping my Reviewed-by: tag?

Adding it back to make sure it gets picked up by b4:

Reviewed-by: Mattijs Korpershoek <mkorpershoek at kernel.org>

> ---
>  drivers/usb/musb-new/ti-musb.c | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)


More information about the U-Boot mailing list