Browse Source

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>
Walter Lozano 10 years ago
parent
commit
93abc72bc7
1 changed files with 9 additions and 9 deletions
  1. 9 9
      arch/arm/boot/dts/socfpga_cyclone5_sockit.dts

+ 9 - 9
arch/arm/boot/dts/socfpga_cyclone5_sockit.dts

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