From 7afbf7d4f413761b0d27b5e0e05374ececcb895f Mon Sep 17 00:00:00 2001 From: Shengfei xu Date: Thu, 16 Jun 2016 11:05:10 +0800 Subject: [PATCH] arm64: dts: rockchip: set the suspend voltage for rk3399-evb-rev2 board Change-Id: I6e49d935b7aaa54f3a2870a477504970559da6c1 Signed-off-by: Shengfei xu --- .../arm64/boot/dts/rockchip/rk3399-evb-rev2.dtsi | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-evb-rev2.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-evb-rev2.dtsi index 8331e889ccd5..d00d8ff37ac0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-evb-rev2.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-evb-rev2.dtsi @@ -122,7 +122,8 @@ regulator-max-microvolt = <1350000>; regulator-name = "vdd_log"; regulator-state-mem { - regulator-off-in-suspend; + regulator-on-in-suspend; + regulator-suspend-microvolt = <900000>; }; }; @@ -165,8 +166,7 @@ regulator-max-microvolt = <1800000>; regulator-name = "vcc1v8_dvp"; regulator-state-mem { - regulator-on-in-suspend; - regulator-suspend-microvolt = <1800000>; + regulator-off-in-suspend; }; }; @@ -212,8 +212,7 @@ regulator-max-microvolt = <3000000>; regulator-name = "vcca3v0_codec"; regulator-state-mem { - regulator-on-in-suspend; - regulator-suspend-microvolt = <3000000>; + regulator-off-in-suspend; }; }; @@ -236,8 +235,7 @@ regulator-max-microvolt = <1800000>; regulator-name = "vcca1v8_codec"; regulator-state-mem { - regulator-on-in-suspend; - regulator-suspend-microvolt = <1800000>; + regulator-off-in-suspend; }; }; @@ -258,7 +256,7 @@ regulator-boot-on; regulator-name = "vcc3v3_s3"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; }; }; @@ -267,7 +265,7 @@ regulator-boot-on; regulator-name = "vcc3v3_s0"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; }; }; }; -- 2.34.1