From 6aa5c198533467846493d3061fa77576fbda349d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=BC=A0=E6=99=B4?= Date: Fri, 8 Aug 2014 11:28:46 +0800 Subject: [PATCH] rk312x:rk818:modify sleep voltage status --- arch/arm/boot/dts/rk312x-sdk.dtsi | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/rk312x-sdk.dtsi b/arch/arm/boot/dts/rk312x-sdk.dtsi index 9ce5a7373dd9..3df8725a504a 100755 --- a/arch/arm/boot/dts/rk312x-sdk.dtsi +++ b/arch/arm/boot/dts/rk312x-sdk.dtsi @@ -218,7 +218,7 @@ regulator-initial-state = <3>; regulator-state-mem { regulator-state-mode = <0x2>; - regulator-state-enabled; + regulator-state-disabled; regulator-state-uv = <900000>; }; }; @@ -244,7 +244,7 @@ regulator-initial-state = <3>; regulator-state-mem { regulator-state-mode = <0x2>; - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <1200000>; }; }; @@ -257,7 +257,7 @@ regulator-initial-state = <3>; regulator-state-mem { regulator-state-mode = <0x2>; - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <2800000>; }; }; @@ -268,7 +268,7 @@ regulator-max-microvolt = <3300000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <3300000>; }; }; @@ -279,7 +279,7 @@ regulator-max-microvolt = <3000000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <3000000>; }; }; @@ -290,7 +290,7 @@ regulator-max-microvolt = <1100000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <1100000>; }; }; @@ -301,7 +301,7 @@ regulator-max-microvolt = <2500000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <2500000>; }; }; @@ -312,7 +312,7 @@ regulator-max-microvolt = <3000000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <3000000>; }; }; @@ -323,7 +323,7 @@ regulator-max-microvolt = <1200000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <1200000>; }; }; @@ -334,7 +334,7 @@ regulator-max-microvolt = <1800000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <1800000>; }; }; @@ -345,7 +345,7 @@ regulator-max-microvolt = <1800000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <1800000>; }; }; @@ -355,7 +355,7 @@ regulator-max-microvolt = <3000000>; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-disabled; + regulator-state-enabled; regulator-state-uv = <3000000>; }; }; -- 2.34.1