diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2023-12-04 12:46:11 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-12-16 08:05:16 +0300 |
commit | cc1ec484f2d0f464ad11b56fe3de2589c23f73ec (patch) | |
tree | aa3182dbcdde05691a7ab275a0518c30e658c661 /arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts | |
parent | 2e16f9dc9be07f08442d63d682cdf89d6321b408 (diff) | |
download | linux-cc1ec484f2d0f464ad11b56fe3de2589c23f73ec.tar.xz |
arm64: dts: qcom: Add missing vio-supply for AW2013
Add the missing vio-supply to all usages of the AW2013 LED controller
to ensure that the regulator needed for pull-up of the interrupt and
I2C lines is really turned on. While this seems to have worked fine so
far some of these regulators are not guaranteed to be always-on. For
example, pm8916_l6 is typically turned off together with the display
if there aren't any other devices (e.g. sensors) keeping it always-on.
Cc: stable@vger.kernel.org # 6.6
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20231204-qcom-aw2013-vio-v1-1-5d264bb5c0b2@gerhold.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts b/arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts index ed95d09cedb1..6b9245cd8b0c 100644 --- a/arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts +++ b/arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts @@ -111,6 +111,7 @@ reg = <0x45>; vcc-supply = <&pm8953_l10>; + vio-supply = <&pm8953_l5>; #address-cells = <1>; #size-cells = <0>; |