From 9f1b9aa7905551355bfe2a90ad3db02df1928b6e Mon Sep 17 00:00:00 2001 From: shengfei Xu Date: Wed, 25 Mar 2020 17:08:35 +0800 Subject: [PATCH] ARM: dts: rv11xx-evb-v10: set the vcc_dvdd default voltage 1200000uV Signed-off-by: shengfei Xu Change-Id: Iec0be4ae5278bfb36c6cf687bee84920c842950e --- arch/arm/boot/dts/rv11xx-evb-v10.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rv11xx-evb-v10.dtsi b/arch/arm/boot/dts/rv11xx-evb-v10.dtsi index 2ad91b9c53de..ad69385cdfb7 100644 --- a/arch/arm/boot/dts/rv11xx-evb-v10.dtsi +++ b/arch/arm/boot/dts/rv11xx-evb-v10.dtsi @@ -338,8 +338,8 @@ }; vcc_dvdd: LDO_REG6 { - regulator-min-microvolt = <1500000>; - regulator-max-microvolt = <1500000>; + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <1200000>; regulator-name = "vcc_dvdd"; regulator-state-mem { regulator-off-in-suspend; @@ -382,6 +382,7 @@ }; vcc_3v3: SWITCH_REG2 { + regulator-always-on; regulator-boot-on; regulator-name = "vcc_3v3"; };