X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fxhci-mvebu.c;h=f2e338f6fbcbef94e9371e955c47faf64e7200b9;hb=2548493ab41e8dfa8ed43b64fd0fa66c6f3cddc3;hp=5fb74848c256ec4e5e3d145fdca1e4104a219d03;hpb=cf081a52ad830127a12715a7a8c64c2bc9b7dfeb;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/usb/host/xhci-mvebu.c b/drivers/usb/host/xhci-mvebu.c index 5fb7484..f2e338f 100644 --- a/drivers/usb/host/xhci-mvebu.c +++ b/drivers/usb/host/xhci-mvebu.c @@ -72,7 +72,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 = devfdt_get_addr(dev); + plat->hcd_base = dev_read_addr(dev); if (plat->hcd_base == FDT_ADDR_T_NONE) { debug("Can't get the XHCI register base address\n"); return -ENXIO;