From e651ba5ccc23924116acef30481e9b64e8ddee33 Mon Sep 17 00:00:00 2001 From: Georgi Djakov Date: Wed, 19 Apr 2017 18:51:08 +0300 Subject: arm64: dts: pm8916: Mark the s2 regulator as always-on The S2 regulator is used by the CPU. If the cpufreq driver is disabled or has not probed yet, then this regulator will be marked as unused and disabled. If this happens, the board will not boot completely and the last message on the console would be s2: disabling Signed-off-by: Georgi Djakov --- arch/arm64/boot/dts/qcom/pm8916.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi index 7b0720fe307f4..80204c0daa1f7 100644 --- a/arch/arm64/boot/dts/qcom/pm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi @@ -157,6 +157,7 @@ status = "ok"; regulator-min-microvolt = <1050000>; regulator-max-microvolt = <1350000>; + regulator-always-on; }; s3@1a00 { -- cgit v1.2.3