diff options
author | Gianluca Boiano <[email protected]> | 2024-04-02 14:35:44 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-04-12 09:47:16 +0100 |
commit | fc3b23faa14371182ca8a3806854f0db827cb91f (patch) | |
tree | ab3d5b5463ce530edacefd0160ad750fa0e1ce31 | |
parent | 2573c25e2c482b53b6e1142ff3cd28f6de13e659 (diff) |
dt-bindings: leds: leds-qcom-lpg: Add support for PMI8950 PWM
Update leds-qcom-lpg binding to support PMI8950 PWM.
Signed-off-by: Gianluca Boiano <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml index 7b9e0ad1ecaa..8b82c45d1a48 100644 --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml @@ -27,6 +27,7 @@ properties: - qcom,pm8994-lpg - qcom,pmc8180c-lpg - qcom,pmi632-lpg + - qcom,pmi8950-pwm - qcom,pmi8994-lpg - qcom,pmi8998-lpg - qcom,pmk8550-pwm @@ -146,6 +147,7 @@ allOf: - qcom,pm8941-lpg - qcom,pm8994-lpg - qcom,pmc8180c-lpg + - qcom,pmi8950-pwm - qcom,pmi8994-lpg - qcom,pmi8998-lpg - qcom,pmk8550-pwm @@ -294,5 +296,3 @@ examples: label = "blue"; }; }; - -... |