]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM: zynq: Move gem node to be in proper location
authorMichal Simek <michal.simek@xilinx.com>
Thu, 7 Apr 2016 09:22:21 +0000 (11:22 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 26 Apr 2016 10:38:18 +0000 (12:38 +0200)
Keep alphabetical order in dts.

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

index 758b97824c2ac9d3c40f359942ec93d39b7cdbc9..17b9ddab726b3286b52e4ca6b91de21af5fe42bd 100644 (file)
        };
 };
 
+&gem0 {
+       status = "okay";
+       phy-mode = "rgmii-id";
+       phy-handle = <&ethernet_phy>;
+
+       ethernet_phy: ethernet-phy@1 {
+               reg = <1>;
+       };
+};
+
 &qspi {
        status = "okay";
        is-dual = <0>;
        };
 };
 
-&gem0 {
-       status = "okay";
-       phy-mode = "rgmii-id";
-       phy-handle = <&ethernet_phy>;
-
-       ethernet_phy: ethernet-phy@1 {
-               reg = <1>;
-       };
-};
-
 &sdhci1 {
        status = "okay";
        broken-cd ;