sandbox: usb: Convert emulators to livetree
[oweals/u-boot.git] / drivers / usb / emul / sandbox_hub.c
index f0939b19f484b2bbfac8e0db01bd5f8ce12e48e9..9ffda9cc7479061cfd121a47d5a5838da5c1447d 100644 (file)
@@ -277,8 +277,7 @@ static int sandbox_child_post_bind(struct udevice *dev)
 {
        struct sandbox_hub_platdata *plat = dev_get_parent_platdata(dev);
 
-       plat->port = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), "reg",
-                                   -1);
+       plat->port = dev_read_u32_default(dev, "reg", -1);
 
        return 0;
 }