Hi Markus, Thank you for the patch.
On Wed, Jan 14, 2026 at 09:33, "Markus Schneider-Pargmann (TI.com)" <[email protected]> wrote: > Add a test for binding of multiple drivers with the same compatible. If > one of the drivers returns -ENODEV the other one needs to be bound. > > Reviewed-by: Simon Glass <[email protected]> > Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > arch/sandbox/dts/test.dts | 4 ++++ > test/dm/core.c | 15 +++++++++++++++ > test/dm/test-driver.c | 26 ++++++++++++++++++++++++++ > 3 files changed, 45 insertions(+) >

