]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Sort DTS for zc770-xm010/zybo boards
authorMichal Simek <michal.simek@xilinx.com>
Thu, 7 Apr 2016 09:42:53 +0000 (11:42 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 13:36:45 +0000 (15:36 +0200)
Use the same alphabelical order everywhere.

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

index 1d50212fd273f66d4029904aa08f569503fc9179..7c1bb696eb35df3eb00c86d9f30f256342d5e601 100644 (file)
        };
 };
 
+&can0 {
+       status = "okay";
+};
+
+&gem0 {
+       status = "okay";
+       phy-mode = "rgmii-id";
+       phy-handle = <&ethernet_phy>;
+
+       ethernet_phy: ethernet-phy@7 {
+               reg = <7>;
+       };
+};
+
+&i2c0 {
+       status = "okay";
+       clock-frequency = <400000>;
+
+       m24c02_eeprom@52 {
+               compatible = "at,24c02";
+               reg = <0x52>;
+       };
+
+};
+
 &qspi {
        status = "okay";
        is-dual = <0>;
        };
 };
 
+&sdhci0 {
+       status = "okay";
+};
+
 &spi1 {
        status = "okay";
        num-cs = <4>;
        };
 };
 
-&can0 {
-       status = "okay";
-};
-
-&gem0 {
-       status = "okay";
-       phy-mode = "rgmii-id";
-       phy-handle = <&ethernet_phy>;
-
-       ethernet_phy: ethernet-phy@7 {
-               reg = <7>;
-       };
-};
-
-&i2c0 {
-       status = "okay";
-       clock-frequency = <400000>;
-
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
-               reg = <0x52>;
-       };
-
-};
-
-&sdhci0 {
-       status = "okay";
-};
-
 &uart1 {
        u-boot,dm-pre-reloc;
        status = "okay";
index 223272f2e5e0f5e75ae0063afc08995ad8bf3da0..335878dd6132d8ed033eca0af7671e1c53a37f64 100644 (file)
        };
 };
 
-&sdhci0 {
+&qspi {
        u-boot,dm-pre-reloc;
        status = "okay";
 };
 
-&uart1 {
+&sdhci0 {
        u-boot,dm-pre-reloc;
        status = "okay";
 };
 
-&qspi {
+&uart1 {
        u-boot,dm-pre-reloc;
        status = "okay";
 };