]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "dm: core: Support same compatible in host/gadget musb drivers"
authorTom Rini <trini@konsulko.com>
Wed, 28 Jan 2026 15:21:17 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jan 2026 15:21:17 +0000 (09:21 -0600)
Markus Schneider-Pargmann (TI.com) <msp@baylibre.com> says:

musb currently uses a wrapper driver that binds on the parent device of
the actual musb devices to manage the differentiation between gadget and
host modes. However in the upstream devicetree this parent devicetree
node can not be used to match the wrapper driver.

To be able to probe the musb devices in host/gadget mode directly, this
series introduces support for returning -ENODEV in bind functions
resulting in iterating the remaining drivers potentially binding to
other drivers that match the compatible.

Link: https://lore.kernel.org/r/20260127-topic-musb-probing-v2026-01-v4-0-ea3201e0f809@baylibre.com

Trivial merge