Skip to content

Commit

Permalink
ARM: socfpga: dts: Fix entries order
Browse files Browse the repository at this point in the history
This patch reorders the nodes alphabetically

Signed-off-by: Walter Lozano <walter@vanguardiasur.com.ar>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
  • Loading branch information
Walter Lozano authored and Dinh Nguyen committed Jul 7, 2015
1 parent c96af07 commit 93abc72
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand All @@ -84,3 +75,12 @@
interrupts = <3 2>;
};
};

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

&usb1 {
status = "okay";
};

0 comments on commit 93abc72

Please sign in to comment.