commit | 7b3f8e828a820fc2f1f6305a1922d1189207fb1f | [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 | 87c569a4aa84f89955e52d1bf4ec1bfb3cb4da8e [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>