]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Change usb node label representation
authorNaga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Tue, 5 Apr 2016 12:04:55 +0000 (17:34 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 7 Apr 2016 11:45:40 +0000 (13:45 +0200)
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 <nagasure@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index 62c505483bec88bff90b8fdd6c0afe54f833763a..10576782481aaba7fa8caa2f4273a54b2441ce70 100644 (file)
                        power-domains = <&pd_uart1>;
                };
 
-               usb0: usb@0 {
+               usb0: usb@fe200000 {
                        #address-cells = <2>;
                        #size-cells = <2>;
                        status = "disabled";
                        };
                };
 
-               usb1: usb@1 {
+               usb1: usb@fe300000 {
                        #address-cells = <2>;
                        #size-cells = <2>;
                        status = "disabled";