| From b70cf0e92592e0e039b3a42ee1bf12befe0761af Mon Sep 17 00:00:00 2001 |
| From: Sasha Levin <sashal@kernel.org> |
| Date: Tue, 18 Nov 2025 15:52:27 +0100 |
| Subject: arm64: dts: qcom: sdm845-oneplus: Mark l14a regulator as boot-on |
| |
| From: Casey Connolly <casey.connolly@linaro.org> |
| |
| [ Upstream commit ad33ee060be46794a03d033894c9db3a9d6c1a0f ] |
| |
| This regulator is used only for the display, which is enabled by the |
| bootloader and left on for continuous splash. Mark it as such. |
| |
| Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices") |
| Signed-off-by: Casey Connolly <casey.connolly@linaro.org> |
| Signed-off-by: David Heidelberg <david@ixit.cz> |
| Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> |
| Link: https://lore.kernel.org/r/20251118-dts-oneplus-regulators-v2-3-3e67cea1e4e7@ixit.cz |
| Signed-off-by: Bjorn Andersson <andersson@kernel.org> |
| Signed-off-by: Sasha Levin <sashal@kernel.org> |
| --- |
| arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi |
| index 1a1e344f870ef..a079706f1829d 100644 |
| --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi |
| +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi |
| @@ -232,6 +232,7 @@ vreg_l14a_1p88: ldo14 { |
| regulator-min-microvolt = <1800000>; |
| regulator-max-microvolt = <1800000>; |
| regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; |
| + regulator-boot-on; |
| }; |
| |
| vreg_l17a_1p3: ldo17 { |
| -- |
| 2.51.0 |
| |