diff mbox series

ARM: dts: rockchip: Fix Rock2 vcc_flash name

Message ID 20181113152413.11386-1-john@metanate.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: rockchip: Fix Rock2 vcc_flash name | expand

Commit Message

John Keeping Nov. 13, 2018, 3:24 p.m. UTC
There is no functional change from this, but it is confusing to find two
copies of vcc_sys and no vcc_flash when looking in
/sys/class/regulator/*/name.

Signed-off-by: John Keeping <john@metanate.com>
---
 arch/arm/boot/dts/rk3288-rock2-som.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Stuebner Nov. 15, 2018, 2:57 p.m. UTC | #1
Am Dienstag, 13. November 2018, 16:24:13 CET schrieb John Keeping:
> There is no functional change from this, but it is confusing to find two
> copies of vcc_sys and no vcc_flash when looking in
> /sys/class/regulator/*/name.
> 
> Signed-off-by: John Keeping <john@metanate.com>

applied for 4.21, thanks for catching that typo


Heiko
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/rk3288-rock2-som.dtsi b/arch/arm/boot/dts/rk3288-rock2-som.dtsi
index a610e592c148..b6bb58d9ff91 100644
--- a/arch/arm/boot/dts/rk3288-rock2-som.dtsi
+++ b/arch/arm/boot/dts/rk3288-rock2-som.dtsi
@@ -25,7 +25,7 @@ 
 
 	vcc_flash: flash-regulator {
 		compatible = "regulator-fixed";
-		regulator-name = "vcc_sys";
+		regulator-name = "vcc_flash";
 		regulator-min-microvolt = <1800000>;
 		regulator-max-microvolt = <1800000>;
 		startup-delay-us = <150>;