rk3288:rk808:disable ldo4\6\10 when in sleep mode
author张晴 <zhangqing@rock-chips.com>
Mon, 14 Apr 2014 07:10:02 +0000 (15:10 +0800)
committer张晴 <zhangqing@rock-chips.com>
Mon, 14 Apr 2014 07:10:02 +0000 (15:10 +0800)
arch/arm/boot/dts/rk808.dtsi

index 2ecd864a579005759e1b45090571ed61c6db7d78..f536222a31782280b69edad331caee5f8867f0f1 100755 (executable)
@@ -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>;
                        };      
                };
                        regulator-compatible = "rk_ldo6";
                        regulator-initial-state = <3>;
                        regulator-state-mem {
-                               regulator-state-enabled;
+                               regulator-state-disabled;
                                regulator-state-uv = <1000000>;
                        };      
                };
                        regulator-initial-state = <3>;
                        regulator-state-mem {
                                regulator-state-enabled;
-                               regulator-state-uv = <1800000>;
+                               regulator-state-uv = <3300000>;
                        };      
                };
                
                        regulator-compatible = "rk_ldo10";
                        regulator-initial-state = <3>;
                        regulator-state-mem {
-                               regulator-state-enabled;
+                               regulator-state-disabled;
                        };      
                };