summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-vyasa.dts
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-01-23 16:46:39 +0300
committerHeiko Stuebner <heiko@sntech.de>2020-03-01 03:35:10 +0300
commit8dd177410c6703fc28f586c79adf5d0734c3ac8d (patch)
treecb03c783b47934036f2ede000833b0d2fd19443f /arch/arm/boot/dts/rk3288-vyasa.dts
parent2280f861cc9efb72ce1f42407ccd3645042a8e8b (diff)
downloadlinux-8dd177410c6703fc28f586c79adf5d0734c3ac8d.tar.xz
ARM: dts: rockchip: Fix vcc10_lcd name and voltage for rk3288-vyasa
According to hardware schematics of Vyasa RK3288 the actual name used for vcc10_lcd is vdd10_lcd. regulator suspend voltage can rail upto 1.0V not 1.8V. Fix the name and suspend voltage for vcc10_lcd regulator. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Link: https://lore.kernel.org/r/20200123134641.30720-1-jagan@amarulasolutions.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-vyasa.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-vyasa.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts
index ba06e9f97ddc..d2f79e5bee87 100644
--- a/arch/arm/boot/dts/rk3288-vyasa.dts
+++ b/arch/arm/boot/dts/rk3288-vyasa.dts
@@ -286,15 +286,15 @@
};
};
- vcc10_lcd: LDO_REG6 {
- regulator-name = "vcc10_lcd";
+ vdd10_lcd: LDO_REG6 {
+ regulator-name = "vdd10_lcd";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-on-in-suspend;
- regulator-suspend-microvolt = <1800000>;
+ regulator-suspend-microvolt = <1000000>;
};
};