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

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
......@@ -60,15 +60,6 @@ &gmac1 {
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 @@ accel1: accelerometer@53 {
interrupts = <3 2>;
};
};
&mmc0 {
vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>;
};
&usb1 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment