Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93abc72b authored by Walter Lozano's avatar Walter Lozano Committed by Dinh Nguyen
Browse files

ARM: socfpga: dts: Fix entries order



This patch reorders the nodes alphabetically

Signed-off-by: default avatarWalter Lozano <walter@vanguardiasur.com.ar>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent c96af077
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -60,15 +60,6 @@
	rxc-skew-ps = <2000>;
};

&mmc0 {
	vmmc-supply = <&regulator_3_3v>;
	vqmmc-supply = <&regulator_3_3v>;
};

&usb1 {
	status = "okay";
};

&gpio2 {
	status = "okay";
};
@@ -84,3 +75,12 @@
		interrupts = <3 2>;
	};
};

&mmc0 {
	vmmc-supply = <&regulator_3_3v>;
	vqmmc-supply = <&regulator_3_3v>;
};

&usb1 {
	status = "okay";
};