From 757b6169bf18cc74edff29b7e735e38e9ecaec6a Mon Sep 17 00:00:00 2001 From: shengfei Xu Date: Tue, 7 Apr 2020 14:22:50 +0800 Subject: [PATCH] ARM: dts: rv11xx-evb-v10: fix the regulator value the regulator-suspend-microvolt of vdd_logic is 725000uV. the regulator-min-microvolt of vdd_arm is 725000uV Signed-off-by: shengfei Xu Change-Id: I3661eda7de740a5d614449e68f556e3c694635a3 --- arch/arm/boot/dts/rv11xx-evb-v10.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rv11xx-evb-v10.dtsi b/arch/arm/boot/dts/rv11xx-evb-v10.dtsi index 343f9e352857..4eb1ed73cb79 100644 --- a/arch/arm/boot/dts/rv11xx-evb-v10.dtsi +++ b/arch/arm/boot/dts/rv11xx-evb-v10.dtsi @@ -563,7 +563,7 @@ vdd_logic: DCDC_REG1 { regulator-always-on; regulator-boot-on; - regulator-min-microvolt = <800000>; + regulator-min-microvolt = <725000>; regulator-max-microvolt = <1350000>; regulator-ramp-delay = <6001>; regulator-initial-mode = <0x2>; @@ -577,7 +577,7 @@ vdd_arm: DCDC_REG2 { regulator-always-on; regulator-boot-on; - regulator-min-microvolt = <800000>; + regulator-min-microvolt = <725000>; regulator-max-microvolt = <1350000>; regulator-ramp-delay = <6001>; regulator-initial-mode = <0x2>;