]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: zynq: DT: Move size/address properties to dtsi
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 20 Aug 2014 15:56:58 +0000 (08:56 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 1 Sep 2014 11:10:23 +0000 (13:10 +0200)
Move the GEM's size and address cells properties to the common
dtsi file.

Cc: Andreas Färber <afaerber@suse.de>
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi
arch/arm/boot/dts/zynq-parallella.dts

index 6cc83d4c6c76100ebdc2863a28ae69d89f96fef9..4e6e96ef7bd0cd2874d32e799a2fd722aeb4f447 100644 (file)
                        interrupts = <0 22 4>;
                        clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
                        clock-names = "pclk", "hclk", "tx_clk";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                };
 
                gem1: ethernet@e000c000 {
                        interrupts = <0 45 4>;
                        clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>;
                        clock-names = "pclk", "hclk", "tx_clk";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                };
 
                sdhci0: sdhci@e0100000 {
index 41afd9da6876329811454ae9bb466ef6aa27af5a..690e6206beacbea4a8507e91a05de0bdde41656e 100644 (file)
@@ -38,8 +38,6 @@
        status = "okay";
        phy-mode = "rgmii-id";
        phy-handle = <&ethernet_phy>;
-       #address-cells = <1>;
-       #size-cells = <0>;
 
        ethernet_phy: ethernet-phy@0 {
                /* Marvell 88E1318 */