]> Git Repo - linux.git/commitdiff
ARM: dts: Keep LDO4 always ON for exynos5250-arndale board
authorSachin Kamat <[email protected]>
Mon, 19 May 2014 16:15:46 +0000 (01:15 +0900)
committerKukjin Kim <[email protected]>
Mon, 19 May 2014 16:15:46 +0000 (01:15 +0900)
LDO4 regulator was getting disabled preventing the system from
going into low power states. Keep it always on to fix it.

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/boot/dts/exynos5250-arndale.dts

index 090f9830b129b72259e4976be890917182b8a6f5..cde19c818667a50170bbd8562a3a943f05df619f 100644 (file)
                                        regulator-name = "VDD_IOPERI_1.8V";
                                        regulator-min-microvolt = <1800000>;
                                        regulator-max-microvolt = <1800000>;
+                                       regulator-always-on;
                                        op_mode = <1>;
                                };
 
This page took 0.059383 seconds and 4 git commands to generate.