projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e1869
)
ARM: dts: rockchip: Fix rk3288-rock2 vcc_flash name
author
John Keeping
<john@metanate.com>
Tue, 13 Nov 2018 15:24:13 +0000
(15:24 +0000)
committer
Heiko Stuebner
<heiko@sntech.de>
Thu, 15 Nov 2018 14:56:31 +0000
(15:56 +0100)
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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-rock2-som.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-rock2-som.dtsi
b/arch/arm/boot/dts/rk3288-rock2-som.dtsi
index 50325489c0ced4d21306801d2fabaf1e0261a97f..32e1ab33666294e048ecb1314c89c10d013c9dfd 100644
(file)
--- 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>;