From a48ab7bf751386a7fb2c6a41f1bf424b2ce1cb6c Mon Sep 17 00:00:00 2001 From: XiaoDong Huang Date: Thu, 7 Mar 2019 20:17:46 +0800 Subject: [PATCH] arm64: dts: rockchip: rk1808-evb: adjust some regulator config Poweroff vcc1v8_dvp, vdd1v5_dvp, vccio_sd, vcc3v3_sd in rk809 sleep mode. Change-Id: I3c3194449cd0ed17df84c9c03ad2ae4d2f3f720d Signed-off-by: XiaoDong Huang --- arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi b/arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi index e707d36d42e9..012f621dbbdc 100644 --- a/arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk1808-evb.dtsi @@ -448,7 +448,7 @@ regulator-name = "vcc1v8_dvp"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <1800000>; }; }; @@ -459,7 +459,7 @@ regulator-name = "vdd1v5_dvp"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <1500000>; }; @@ -486,7 +486,7 @@ regulator-name = "vccio_sd"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <3300000>; }; }; @@ -497,7 +497,7 @@ regulator-name = "vcc3v3_sd"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <3300000>; }; };