diff options
author | Luca Weiss <[email protected]> | 2022-11-01 17:17:59 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-02-22 10:55:16 +0000 |
commit | 901ae537b7977716dc6d2db34b3a75d64a72ab2b (patch) | |
tree | 6b6e5cafc7904c11019ce2b091c3036d119f2f0f | |
parent | 81bc9eada9e75d011d055505a7a30b760af0455f (diff) |
dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
Document the compatible for the wled block found in PMI8950.
Signed-off-by: Luca Weiss <[email protected]>
Reviewed-by: Daniel Thompson <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-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 |