Commit 605614ea authored by Alim Akhtar's avatar Alim Akhtar Committed by Greg Kroah-Hartman

arm64: dts: exynos: Fix silent hang after boot on Espresso

[ Upstream commit b072714b ]

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: 9589f772 ("arm64: dts: Add S2MPS15 PMIC node on exynos7-espresso")
Signed-off-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent bccb966e
...@@ -152,6 +152,7 @@ ldo7_reg: LDO7 { ...@@ -152,6 +152,7 @@ ldo7_reg: LDO7 {
regulator-min-microvolt = <700000>; regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1150000>; regulator-max-microvolt = <1150000>;
regulator-enable-ramp-delay = <125>; regulator-enable-ramp-delay = <125>;
regulator-always-on;
}; };
ldo8_reg: LDO8 { ldo8_reg: LDO8 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment