
12 Jul
2022
12 Jul
'22
12:58 p.m.
Hi Heinrich,
On Mon, 11 Jul 2022 at 00:25, Heinrich Schuchardt heinrich.schuchardt@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.schuchardt@canonical.com
drivers/core/lists.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Any chance of a test for this case?
Regards, Simon