diff mbox series

[1/4] arm64: dts: Sapphire board: re-order vcc_sys

Message ID 20180908190048.14231-2-vicencb@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/4] arm64: dts: Sapphire board: re-order vcc_sys | expand

Commit Message

Vicente Bergas Sept. 8, 2018, 7 p.m. UTC
Fix alphabetical order.

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
---
 .../boot/dts/rockchip/rk3399-sapphire.dtsi    | 20 +++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Comments

Heiko Stuebner Sept. 10, 2018, 12:15 p.m. UTC | #1
Am Samstag, 8. September 2018, 21:00:45 CEST schrieb Vicente Bergas:
> Fix alphabetical order.
> 
> Signed-off-by: Vicente Bergas <vicencb@gmail.com>

applied for 4.20
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
index 941b62709..dac7c331b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi
@@ -140,16 +140,6 @@ 
 		vin-supply = <&vcc_sys>;
 	};
 
-	vcc_sys: vcc-sys {
-		compatible = "regulator-fixed";
-		regulator-name = "vcc_sys";
-		regulator-always-on;
-		regulator-boot-on;
-		regulator-min-microvolt = <5000000>;
-		regulator-max-microvolt = <5000000>;
-		vin-supply = <&dc_12v>;
-	};
-
 	vcc5v0_host: vcc5v0-host-regulator {
 		compatible = "regulator-fixed";
 		enable-active-high;
@@ -161,6 +151,16 @@ 
 		vin-supply = <&vcc_sys>;
 	};
 
+	vcc_sys: vcc-sys {
+		compatible = "regulator-fixed";
+		regulator-name = "vcc_sys";
+		regulator-always-on;
+		regulator-boot-on;
+		regulator-min-microvolt = <5000000>;
+		regulator-max-microvolt = <5000000>;
+		vin-supply = <&dc_12v>;
+	};
+
 	vdd_log: vdd-log {
 		compatible = "pwm-regulator";
 		pwms = <&pwm2 0 25000 1>;