]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/core/root.c
dm: Adjust lists_bind_fdt() to return the bound device
[karo-tx-uboot.git] / drivers / core / root.c
index 393dd98b9db248c2c5d8ef89d280d1568cb3d759..a328a4876f13ad68df6d5fddd8817df622d0195d 100644 (file)
@@ -91,7 +91,7 @@ int dm_scan_fdt_node(struct udevice *parent, const void *blob, int offset,
                if (pre_reloc_only &&
                    !fdt_getprop(blob, offset, "u-boot,dm-pre-reloc", NULL))
                        continue;
-               err = lists_bind_fdt(parent, blob, offset);
+               err = lists_bind_fdt(parent, blob, offset, NULL);
                if (err && !ret)
                        ret = err;
        }