diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2017-01-24 07:45:28 -0500 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-01-24 12:50:57 -0500 |
commit | 6c992d35b8891646f838a8dc13ba042a1cc0cef0 (patch) | |
tree | 395abb3d8f66d8885367242e7f98ee8d71bb1fd6 | |
parent | 4e09f4a6b620d6617f2ce7ee858c6d98176d156e (diff) |
arm64: dts: exynos: set LDO7 regulator as always on
LDO7 regulator beside DSI and HDMI provides power for core blocks in Exynos
5433 SoC. Disabling it causes serious current leak - about 200mA.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index 13a0950b57e2..53fd0683d400 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | |||
@@ -432,6 +432,10 @@ | |||
432 | regulator-name = "VDD18_MIPI2L_1.8V_AP"; | 432 | regulator-name = "VDD18_MIPI2L_1.8V_AP"; |
433 | regulator-min-microvolt = <1800000>; | 433 | regulator-min-microvolt = <1800000>; |
434 | regulator-max-microvolt = <1800000>; | 434 | regulator-max-microvolt = <1800000>; |
435 | regulator-always-on; | ||
436 | regulator-state-mem { | ||
437 | regulator-off-in-suspend; | ||
438 | }; | ||
435 | }; | 439 | }; |
436 | 440 | ||
437 | ldo8_reg: LDO8 { | 441 | ldo8_reg: LDO8 { |