mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
arm64: dts: qcom: Add missing vio-supply for AW2013
commit cc1ec484f2 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>
This commit is contained in:
parent
02f867d270
commit
8c80b6c370
|
|
@ -88,6 +88,7 @@ led-controller@45 {
|
|||
#size-cells = <0>;
|
||||
|
||||
vcc-supply = <&pm8916_l17>;
|
||||
vio-supply = <&pm8916_l6>;
|
||||
|
||||
led@0 {
|
||||
reg = <0>;
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ led-controller@45 {
|
|||
#size-cells = <0>;
|
||||
|
||||
vcc-supply = <&pm8916_l16>;
|
||||
vio-supply = <&pm8916_l5>;
|
||||
|
||||
led@0 {
|
||||
reg = <0>;
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ led-controller@45 {
|
|||
reg = <0x45>;
|
||||
|
||||
vcc-supply = <&pm8953_l10>;
|
||||
vio-supply = <&pm8953_l5>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ led-controller@45 {
|
|||
reg = <0x45>;
|
||||
|
||||
vcc-supply = <&pm8953_l10>;
|
||||
vio-supply = <&pm8953_l5>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ led-controller@45 {
|
|||
reg = <0x45>;
|
||||
|
||||
vcc-supply = <&pm8953_l10>;
|
||||
vio-supply = <&pm8953_l5>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user