]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Align devcfg node
authorMichal Simek <michal.simek@xilinx.com>
Thu, 7 Apr 2016 09:00:37 +0000 (11:00 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 13:36:44 +0000 (15:36 +0200)
- Have compatible string as the first property
- Sync with Linux kernel dtsi

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

index 547faa733034110d877619af43caa17e86e32573..ec4339d7adc1f984dab4e04e6508933d3c89aab9 100644 (file)
                };
 
                devcfg: devcfg@f8007000 {
-                       clock-names = "ref_clk", "fclk0", "fclk1", "fclk2", "fclk3";
-                       clocks = <&clkc 12>, <&clkc 15>, <&clkc 16>, <&clkc 17>, <&clkc 18>;
                        compatible = "xlnx,zynq-devcfg-1.0";
                        interrupt-parent = <&intc>;
                        interrupts = <0 8 4>;
                        reg = <0xf8007000 0x100>;
+                       clocks = <&clkc 12>, <&clkc 15>, <&clkc 16>, <&clkc 17>, <&clkc 18>;
+                       clock-names = "ref_clk", "fclk0", "fclk1", "fclk2", "fclk3";
                        syscon = <&slcr>;
                };