]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ehci-vf.c
dm: core: Replace of_offset with accessor
[u-boot] / drivers / usb / host / ehci-vf.c
index f389bff1718f09b7f5f979907e48cfcc48e307f2..84241cd17328715f78c18fde40b60c884eb863c1 100644 (file)
@@ -218,7 +218,7 @@ static int vf_usb_ofdata_to_platdata(struct udevice *dev)
 {
        struct ehci_vf_priv_data *priv = dev_get_priv(dev);
        const void *dt_blob = gd->fdt_blob;
-       int node = dev->of_offset;
+       int node = dev_of_offset(dev);
        const char *mode;
 
        priv->portnr = dev->seq;