Unverified Commit d8e2b7e1 authored by Clément Péron's avatar Clément Péron Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: Sort Pine H64 device-tree nodes



Pine H64 device-tree have some nodes not properly sorted.

Fix this.

Signed-off-by: default avatarClément Péron <peron.clem@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent ebae33c3
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -80,6 +80,18 @@
	};
};

&de {
	status = "okay";
};

&ehci0 {
	status = "okay";
};

&ehci3 {
	status = "okay";
};

&emac {
	pinctrl-names = "default";
	pinctrl-0 = <&ext_rgmii_pins>;
@@ -91,17 +103,6 @@
	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";
@@ -117,12 +118,11 @@
	};
};

&ehci0 {
	status = "okay";
&mdio {
	ext_rgmii_phy: ethernet-phy@1 {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <1>;
	};

&ehci3 {
	status = "okay";
};

&mmc0 {