diff options
author | 2023-06-14 09:16:02 +0200 | |
---|---|---|
committer | 2023-06-14 08:03:32 -0700 | |
commit | 8771308c91cefc072f36415cec0b802ee55b1d96 (patch) | |
tree | 7cd77004b56bd6a520a58a2e3bcfe6e097dfd09d | |
parent | arm64: dts: qcom: msm8939-sony-tulip: Fix l10-l12 regulator voltages (diff) | |
download | wireguard-linux-8771308c91cefc072f36415cec0b802ee55b1d96.tar.xz wireguard-linux-8771308c91cefc072f36415cec0b802ee55b1d96.zip |
arm64: dts: qcom: msm8939-sony-tulip: Allow disabling pm8916_l6
The vendor kernel from Sony does not have regulator-always-on for
pm8916_l6, so we should be able to disable it when setting up the
display properly. Since sony-tulip does not have display set up
currently it should be fine to let the regulator disable until then.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230530-msm8939-regulators-v1-4-a3c3ac833567@gerhold.net
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts b/arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts index dc5b8cd5b9f4..509abcdad287 100644 --- a/arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts +++ b/arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts @@ -91,7 +91,6 @@ pm8916_l6: l6 { regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; - regulator-always-on; }; pm8916_l7: l7 { |