diff options
author | 2020-07-05 12:39:17 +0530 | |
---|---|---|
committer | 2020-07-07 08:42:12 +0200 | |
commit | b072714bfc0e42c984b8fd6e069f3ca17de8137a (patch) | |
tree | ae6bd6621ae88c4d0964e350ca5c6bad519df95f | |
parent | arm64: dts: exynos: Remove generic arm,armv8-pmuv3 compatible (diff) | |
download | linux-dev-b072714bfc0e42c984b8fd6e069f3ca17de8137a.tar.xz linux-dev-b072714bfc0e42c984b8fd6e069f3ca17de8137a.zip |
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>
-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 { |