From: Casey Connolly <casey.connolly@linaro.org>
The panel regulator doesn't need to be always on, so remove this
property.
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
---
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
index ee62adfa6af0b..5845bc3bb80b2 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
@@ -272,7 +272,6 @@ vreg_l14a_1p88: ldo14 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
- regulator-always-on;
};
vreg_l17a_1p3: ldo17 {
--
2.51.0
On 11/18/25 3:11 PM, David Heidelberg via B4 Relay wrote: > From: Casey Connolly <casey.connolly@linaro.org> > > The panel regulator doesn't need to be always on, so remove this > property. > > Signed-off-by: Casey Connolly <casey.connolly@linaro.org> > Signed-off-by: David Heidelberg <david@ixit.cz> > --- Fixes? Konrad
On 18/11/2025 15:32, Konrad Dybcio wrote: > On 11/18/25 3:11 PM, David Heidelberg via B4 Relay wrote: >> From: Casey Connolly <casey.connolly@linaro.org> >> >> The panel regulator doesn't need to be always on, so remove this >> property. >> >> Signed-off-by: Casey Connolly <casey.connolly@linaro.org> >> Signed-off-by: David Heidelberg <david@ixit.cz> >> --- > > Fixes? I only know this works well at current next-202511xx, these patches we're also in sdm845-mainline downstream repo, but there was multiple different patches and hacks for panels and other stuff present, so it's hard for me verify that on clean mainline kernel these will work as expected (as older mainline versions also need the panel patched etc.) If you insist, I can append Fixes against when these properties we're or weren't introduced (talking about PATCH 3/3 too). > > Konrad -- David Heidelberg
On 11/18/25 3:44 PM, David Heidelberg wrote: > On 18/11/2025 15:32, Konrad Dybcio wrote: >> On 11/18/25 3:11 PM, David Heidelberg via B4 Relay wrote: >>> From: Casey Connolly <casey.connolly@linaro.org> >>> >>> The panel regulator doesn't need to be always on, so remove this >>> property. >>> >>> Signed-off-by: Casey Connolly <casey.connolly@linaro.org> >>> Signed-off-by: David Heidelberg <david@ixit.cz> >>> --- >> >> Fixes? > > I only know this works well at current next-202511xx, these patches we're also in sdm845-mainline downstream repo, but there was multiple different patches and hacks for panels and other stuff present, so it's hard for me verify that on clean mainline kernel these will work as expected (as older mainline versions also need the panel patched etc.) Fixes != backports Konrad > > If you insist, I can append Fixes against when these properties we're or weren't introduced (talking about PATCH 3/3 too). > >> >> Konrad >
© 2016 - 2025 Red Hat, Inc.