Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b01af68 authored by John Keeping's avatar John Keeping Committed by Greg Kroah-Hartman
Browse files

ARM: dts: rockchip: Fix rk3288-rock2 vcc_flash name



[ Upstream commit 03d9f8fa2bfdc791865624d3adc29070cf67814e ]

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: default avatarJohn Keeping <john@metanate.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent e9ad6c94
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@


	vcc_flash: flash-regulator {
	vcc_flash: flash-regulator {
		compatible = "regulator-fixed";
		compatible = "regulator-fixed";
		regulator-name = "vcc_sys";
		regulator-name = "vcc_flash";
		regulator-min-microvolt = <1800000>;
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		startup-delay-us = <150>;
		startup-delay-us = <150>;