diff options
author | Alim Akhtar <alim.akhtar@samsung.com> | 2020-07-05 10:09:17 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-07-07 09:42:12 +0300 |
commit | b072714bfc0e42c984b8fd6e069f3ca17de8137a (patch) | |
tree | ae6bd6621ae88c4d0964e350ca5c6bad519df95f /arch/arm64/boot/dts/exynos/exynos7-espresso.dts | |
parent | 114c9604a59de6f9bbd75964582b6550d314956a (diff) | |
download | linux-b072714bfc0e42c984b8fd6e069f3ca17de8137a.tar.xz |
arm64: dts: exynos: Fix silent hang after boot on Espresso
Once regulators are disabled after kernel boot, on Espresso board silent
hang observed because of LDO7 being disabled. LDO7 actually provide
power to CPU cores and non-cpu blocks circuitries. Keep this regulator
always-on to fix this hang.
Fixes: 9589f7721e16 ("arm64: dts: Add S2MPS15 PMIC node on exynos7-espresso")
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/exynos/exynos7-espresso.dts')
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index 790f12ca8981..bb86950032d3 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -157,6 +157,7 @@ regulator-min-microvolt = <700000>; regulator-max-microvolt = <1150000>; regulator-enable-ramp-delay = <125>; + regulator-always-on; }; ldo8_reg: LDO8 { |