Hi Heinrich, On Mon, 11 Jul 2022 at 00:25, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > If parameter drv of lists_bind_fdt() is specified, we shall bind only to > this very driver and to no other. > > If the driver drv has an of_match property, we shall only bind to the > driver if it matches the compatible string of the device. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > drivers/core/lists.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Any chance of a test for this case? Regards, Simon