]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: marvell: armada-3720-db: Sort the dts node alphabetically
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 8 Jun 2017 10:56:23 +0000 (12:56 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:19:22 +0000 (08:19 +0200)
Sort the reference nodes in alphabetical order to ease the merge of
future nodes.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-3720-db.dts

index a89855f57091fac35d3ba4b9821fd2a902f5ed77..d6f12fafac6c04b8c30017cd4d490cf4981797a7 100644 (file)
        };
 };
 
+&eth0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&rgmii_pins>;
+       phy-mode = "rgmii-id";
+       phy = <&phy0>;
+       status = "okay";
+};
+
+&eth1 {
+       phy-mode = "sgmii";
+       phy = <&phy1>;
+       status = "okay";
+};
+
 &i2c0 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c1_pins>;
        };
 };
 
+&mdio {
+       status = "okay";
+       phy0: ethernet-phy@0 {
+               reg = <0>;
+       };
+
+       phy1: ethernet-phy@1 {
+               reg = <1>;
+       };
+};
+
+/* CON17 (PCIe) / CON12 (mini-PCIe) */
+&pcie0 {
+       status = "okay";
+};
+
 /* CON3 */
 &sata {
        status = "okay";
 };
 
+&sdhci0 {
+       non-removable;
+       bus-width = <8>;
+       mmc-ddr-1_8v;
+       mmc-hs400-1_8v;
+       marvell,pad-type = "fixed-1-8v";
+       status = "okay";
+};
+
 &spi0 {
        status = "okay";
        pinctrl-names = "default";
        status = "okay";
 };
 
-&sdhci0 {
-       non-removable;
-       bus-width = <8>;
-       mmc-ddr-1_8v;
-       mmc-hs400-1_8v;
-       marvell,pad-type = "fixed-1-8v";
+/* CON27 */
+&usb2 {
        status = "okay";
 };
 
        status = "okay";
        usb-phy = <&usb3_phy>;
 };
-
-/* CON17 (PCIe) / CON12 (mini-PCIe) */
-&pcie0 {
-       status = "okay";
-};
-
-/* CON27 */
-&usb2 {
-       status = "okay";
-};
-
-
-&mdio {
-       status = "okay";
-       phy0: ethernet-phy@0 {
-               reg = <0>;
-       };
-
-       phy1: ethernet-phy@1 {
-               reg = <1>;
-       };
-};
-
-&eth0 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&rgmii_pins>;
-       phy-mode = "rgmii-id";
-       phy = <&phy0>;
-       status = "okay";
-};
-
-&eth1 {
-       phy-mode = "sgmii";
-       phy = <&phy1>;
-       status = "okay";
-};