commit | de84a4f0eed297afa752ee46c072a99834dde806 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jul 11 08:25:33 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 26 02:30:56 2022 -0600 |
tree | 0aa6851ee572cb92e3dc5a1edc90baed24ed3779 | |
parent | 9396116d2d1d6d87a8d96f2c4b50ae1019d6cdf0 [diff] |
dm: fix logic of lists_bind_fdt() 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> Reviewed-by: Simon Glass <sjg@chromium.org>