Skip to content

Commit ef9de48

Browse files
jhovoldgregkh
authored andcommitted
arm64: dts: qcom: x1e80100-crd: mark l12b and l15b always-on
[ Upstream commit abf89bc ] The l12b and l15b supplies are used by components that are not (fully) described (and some never will be) and must never be disabled. Mark the regulators as always-on to prevent them from being disabled, for example, when consumers probe defer or suspend. Fixes: bd50b1f ("arm64: dts: qcom: x1e80100: Add Compute Reference Device") Cc: stable@vger.kernel.org # 6.8 Cc: Abel Vesa <abel.vesa@linaro.org> Cc: Rajendra Nayak <quic_rjendra@quicinc.com> Cc: Sibi Sankar <quic_sibis@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20250314145440.11371-2-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 77bb66f commit ef9de48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/x1-crd.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@
434434
regulator-min-microvolt = <1200000>;
435435
regulator-max-microvolt = <1200000>;
436436
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
437+
regulator-always-on;
437438
};
438439

439440
vreg_l13b_3p0: ldo13 {
@@ -455,6 +456,7 @@
455456
regulator-min-microvolt = <1800000>;
456457
regulator-max-microvolt = <1800000>;
457458
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
459+
regulator-always-on;
458460
};
459461

460462
vreg_l16b_2p9: ldo16 {

0 commit comments

Comments
 (0)