ARM: socfpga: dts: Fix entries order

This patch reorders the nodes alphabetically

Signed-off-by: Walter Lozano <walter@vanguardiasur.com.ar>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
Walter Lozano 2015-06-26 02:25:58 +00:00 committed by Dinh Nguyen
parent c96af07701
commit 93abc72bc7
1 changed files with 9 additions and 9 deletions

View File

@ -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";
};