]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: Add missing vio-supply for AW2013
authorStephan Gerhold <stephan@gerhold.net>
Mon, 4 Dec 2023 09:46:11 +0000 (10:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Feb 2024 00:20:59 +0000 (16:20 -0800)
commit cc1ec484f2d0f464ad11b56fe3de2589c23f73ec upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dts
arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts
arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts
arch/arm64/boot/dts/qcom/msm8953-xiaomi-vince.dts

index 47d1c5cb13f4ee3d8a13f92cd9cc64641aebd176..aad4a2e5e67ece4f364d64948b6fe3e8efa6a087 100644 (file)
@@ -93,6 +93,7 @@
                #size-cells = <0>;
 
                vcc-supply = <&pm8916_l17>;
+               vio-supply = <&pm8916_l6>;
 
                led@0 {
                        reg = <0>;
index 419f35c1fc92ed4a3a39e80aca75381cfced7087..241c3a73c82d780697db9d39ad49d800de37aa9f 100644 (file)
                #size-cells = <0>;
 
                vcc-supply = <&pm8916_l16>;
+               vio-supply = <&pm8916_l5>;
 
                led@0 {
                        reg = <0>;
index ed95d09cedb1e32463f056842c5d7916cf5880d1..6b9245cd8b0c3f6884dee56357d2a93e2d15beda 100644 (file)
                reg = <0x45>;
 
                vcc-supply = <&pm8953_l10>;
+               vio-supply = <&pm8953_l5>;
 
                #address-cells = <1>;
                #size-cells = <0>;
index 61ff629c9bf3452c7e47637c4e822b0afcb3e543..9ac4f507e321a6c0f48a2708ff3a7ec21844f6f1 100644 (file)
                reg = <0x45>;
 
                vcc-supply = <&pm8953_l10>;
+               vio-supply = <&pm8953_l5>;
 
                #address-cells = <1>;
                #size-cells = <0>;
index 1a1d3f92a5116896961658d963104870af337926..b0588f30f8f1a7193762b7622fdf73c41ff90167 100644 (file)
                reg = <0x45>;
 
                vcc-supply = <&pm8953_l10>;
+               vio-supply = <&pm8953_l5>;
 
                #address-cells = <1>;
                #size-cells = <0>;