]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/lpc-uclass.c
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
[karo-tx-uboot.git] / arch / x86 / lib / lpc-uclass.c
index c6e8f73d2254934497e9938bb8938188fd750d81..b8254ff48ce449848f132894202d8e4358b18146 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <common.h>
 #include <dm.h>
-#include <dm/root.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -19,8 +18,7 @@ static int lpc_uclass_post_bind(struct udevice *bus)
         * Before relocation, only bind devices marked for pre-relocation
         * use.
         */
-       return dm_scan_fdt_node(bus, gd->fdt_blob, bus->of_offset,
-                               gd->flags & GD_FLG_RELOC ? false : true);
+       return dm_scan_fdt_dev(bus);
 }
 
 UCLASS_DRIVER(lpc) = {