diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-11-01 19:17:59 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-02-22 13:55:16 +0300 |
commit | 901ae537b7977716dc6d2db34b3a75d64a72ab2b (patch) | |
tree | 6b6e5cafc7904c11019ce2b091c3036d119f2f0f /Documentation/devicetree/bindings/leds | |
parent | 81bc9eada9e75d011d055505a7a30b760af0455f (diff) | |
download | linux-901ae537b7977716dc6d2db34b3a75d64a72ab2b.tar.xz |
dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
Document the compatible for the wled block found in PMI8950.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221101161801.1058969-1-luca@z3ntu.xyz
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml index 9acdb7895514..5f1849bdabba 100644 --- a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml +++ b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml @@ -19,6 +19,7 @@ properties: compatible: enum: - qcom,pm8941-wled + - qcom,pmi8950-wled - qcom,pmi8994-wled - qcom,pmi8998-wled - qcom,pm660l-wled |