]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: zynq: Sync location of DT properties with Linux
authorMichal Simek <michal.simek@xilinx.com>
Thu, 2 Nov 2017 08:24:12 +0000 (09:24 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 28 Nov 2017 14:53:08 +0000 (15:53 +0100)
This is trival change which only ensures the same location with Linux
kernel.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-7000.dtsi
arch/arm/dts/zynq-zybo.dts

index f993e19ef2801d374c9b4e654626d5b9682caca6..d9774d85d10b8bebea68a203bb14d5bfefcdf4d5 100644 (file)
                gpio0: gpio@e000a000 {
                        compatible = "xlnx,zynq-gpio-1.0";
                        #gpio-cells = <2>;
-                       #interrupt-cells = <2>;
                        clocks = <&clkc 42>;
                        gpio-controller;
                        interrupt-controller;
+                       #interrupt-cells = <2>;
                        interrupt-parent = <&intc>;
                        interrupts = <0 20 4>;
                        reg = <0xe000a000 0x1000>;
index f3eebb0882877668428e61035c38cc2632477c09..52ec5a45667a5a759bc341ddff65cde6653ff32a 100644 (file)
@@ -31,8 +31,8 @@
        };
 
        usb_phy0: phy0 {
-               compatible = "usb-nop-xceiv";
                #phy-cells = <0>;
+               compatible = "usb-nop-xceiv";
                reset-gpios = <&gpio0 46 1>;
        };
 };