From: 张晴 Date: Mon, 14 Apr 2014 07:10:02 +0000 (+0800) Subject: rk3288:rk808:disable ldo4\6\10 when in sleep mode X-Git-Tag: firefly_0821_release~5562 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b1055a50034946fe79b2c726828a173dc70e85db;p=firefly-linux-kernel-4.4.55.git rk3288:rk808:disable ldo4\6\10 when in sleep mode --- diff --git a/arch/arm/boot/dts/rk808.dtsi b/arch/arm/boot/dts/rk808.dtsi index 2ecd864a5790..f536222a3178 100755 --- a/arch/arm/boot/dts/rk808.dtsi +++ b/arch/arm/boot/dts/rk808.dtsi @@ -93,7 +93,7 @@ regulator-compatible = "rk_ldo4"; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-enabled; + regulator-state-disabled; regulator-state-uv = <1800000>; }; }; @@ -113,7 +113,7 @@ regulator-compatible = "rk_ldo6"; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-enabled; + regulator-state-disabled; regulator-state-uv = <1000000>; }; }; @@ -134,7 +134,7 @@ regulator-initial-state = <3>; regulator-state-mem { regulator-state-enabled; - regulator-state-uv = <1800000>; + regulator-state-uv = <3300000>; }; }; @@ -152,7 +152,7 @@ regulator-compatible = "rk_ldo10"; regulator-initial-state = <3>; regulator-state-mem { - regulator-state-enabled; + regulator-state-disabled; }; };