]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/xhci-exynos5.c
dm: Rename dev_addr..() functions
[people/ms/u-boot.git] / drivers / usb / host / xhci-exynos5.c
index b3f48b34e222d2b19f16254dc530325e50eb7ce9..bf7286554e2aaaf5703246bf61e34610a3690a70 100644 (file)
@@ -61,7 +61,7 @@ static int xhci_usb_ofdata_to_platdata(struct udevice *dev)
        /*
         * Get the base address for XHCI controller from the device node
         */
-       plat->hcd_base = dev_get_addr(dev);
+       plat->hcd_base = devfdt_get_addr(dev);
        if (plat->hcd_base == FDT_ADDR_T_NONE) {
                debug("Can't get the XHCI register base address\n");
                return -ENXIO;