diff options
| author | Casey Connolly <casey.connolly@linaro.org> | 2025-11-18 17:52:26 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-01-03 21:42:37 +0300 |
| commit | 45d1f42d3e84b5880cf9fab1eb24a7818320eeb7 (patch) | |
| tree | fae0c21f7de8337d52c5f3b23f53918d6c886a3e | |
| parent | c9b98b9dad9749bf2eb7336a6fca31a6af1039d7 (diff) | |
| download | linux-45d1f42d3e84b5880cf9fab1eb24a7818320eeb7.tar.xz | |
arm64: dts: qcom: sdm845-oneplus: Don't keep panel regulator always on
The panel regulator doesn't need to be always on, so remove this
property.
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-2-3e67cea1e4e7@ixit.cz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index da21e435e857..fb97b3836c75 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -291,7 +291,6 @@ regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; - regulator-always-on; }; vreg_l17a_1p3: ldo17 { |
