diff options
author | Walter Lozano <walter@vanguardiasur.com.ar> | 2015-06-26 02:25:58 +0000 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-07-07 08:58:02 -0500 |
commit | 93abc72bc7901cfc61a2871da7a565c9fdb26108 (patch) | |
tree | 097b17dee11796dbbb10d0eda6f71a403099d94f | |
parent | c96af077016bc2e0e36a107e31910395fc677f57 (diff) | |
download | linux-93abc72bc7901cfc61a2871da7a565c9fdb26108.tar.gz linux-93abc72bc7901cfc61a2871da7a565c9fdb26108.tar.bz2 linux-93abc72bc7901cfc61a2871da7a565c9fdb26108.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts index 1ae608223354..5e17fd147728 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts @@ -60,15 +60,6 @@ rxc-skew-ps = <2000>; }; -&mmc0 { - vmmc-supply = <®ulator_3_3v>; - vqmmc-supply = <®ulator_3_3v>; -}; - -&usb1 { - status = "okay"; -}; - &gpio2 { status = "okay"; }; @@ -84,3 +75,12 @@ interrupts = <3 2>; }; }; + +&mmc0 { + vmmc-supply = <®ulator_3_3v>; + vqmmc-supply = <®ulator_3_3v>; +}; + +&usb1 { + status = "okay"; +}; |