Skip to content

Commit f7601a1

Browse files
Sasha Levingregkh
authored andcommitted
arm64: dts: qcom: x1e78100-t14s: mark l12b and l15b always-on
[ Upstream commit 673fa12 ] 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: 7d1cbe2 ("arm64: dts: qcom: Add X1E78100 ThinkPad T14s Gen 6") Cc: stable@vger.kernel.org # 6.12 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-3-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ef9de48 commit f7601a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
regulator-min-microvolt = <1200000>;
345345
regulator-max-microvolt = <1200000>;
346346
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
347+
regulator-always-on;
347348
};
348349

349350
vreg_l13b_3p0: ldo13 {
@@ -365,6 +366,7 @@
365366
regulator-min-microvolt = <1800000>;
366367
regulator-max-microvolt = <1800000>;
367368
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
369+
regulator-always-on;
368370
};
369371

370372
vreg_l17b_2p5: ldo17 {

0 commit comments

Comments
 (0)