From: Naga Sureshkumar Relli Date: Tue, 5 Apr 2016 12:04:55 +0000 (+0530) Subject: ARM64: zynqmp: Change usb node label representation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eac046878d0e6546233d7c23ac3ddc04e52d5986;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Change usb node label representation This patch changes usb node label represenation. Our DTG is not able to recognize that usb node because the usb node label doesn't have ip address as like other ip nodes. Signed-off-by: Naga Sureshkumar Relli Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 62c505483be..10576782481 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -796,7 +796,7 @@ power-domains = <&pd_uart1>; }; - usb0: usb@0 { + usb0: usb@fe200000 { #address-cells = <2>; #size-cells = <2>; status = "disabled"; @@ -817,7 +817,7 @@ }; }; - usb1: usb@1 { + usb1: usb@fe300000 { #address-cells = <2>; #size-cells = <2>; status = "disabled";