arm64: dts: allwinner: Sort Pine H64 device-tree nodes
authorClément Péron <peron.clem@gmail.com>
Mon, 20 Apr 2020 13:00:20 +0000 (15:00 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 4 May 2020 16:40:13 +0000 (18:40 +0200)
Pine H64 device-tree have some nodes not properly sorted.

Fix this.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

index b0642d84193350891d33607e8255d8951eda52e6..63a785b534e1bf0e4c10c3b266a7ee657ddb0788 100644 (file)
        };
 };
 
+&de {
+       status = "okay";
+};
+
+&ehci0 {
+       status = "okay";
+};
+
+&ehci3 {
+       status = "okay";
+};
+
 &emac {
        pinctrl-names = "default";
        pinctrl-0 = <&ext_rgmii_pins>;
        status = "okay";
 };
 
-&mdio {
-       ext_rgmii_phy: ethernet-phy@1 {
-               compatible = "ethernet-phy-ieee802.3-c22";
-               reg = <1>;
-       };
-};
-
-&de {
-       status = "okay";
-};
-
 &gpu {
        mali-supply = <&reg_dcdcc>;
        status = "okay";
        };
 };
 
-&ehci0 {
-       status = "okay";
-};
-
-&ehci3 {
-       status = "okay";
+&mdio {
+       ext_rgmii_phy: ethernet-phy@1 {
+               compatible = "ethernet-phy-ieee802.3-c22";
+               reg = <1>;
+       };
 };
 
 &mmc0 {