diff options
author | Marijn Suijten <marijn.suijten@somainline.org> | 2022-07-20 00:18:47 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-07-21 20:12:08 +0300 |
commit | 3ed4b599ccede7f943d5d993ff50bfd8e8f8bd5f (patch) | |
tree | 8c022624e26c4008076d3562281f7a09d79b8271 /Documentation/devicetree/bindings/leds | |
parent | e43232c0045e6a1a267468caddafb709cc1bbfd2 (diff) | |
download | linux-3ed4b599ccede7f943d5d993ff50bfd8e8f8bd5f.tar.xz |
dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block
Document the availability of an LPG configuration for the PM660L PMIC in
the Qualcomm Light Pulse Generator driver.
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220719211848.1653920-1-marijn.suijten@somainline.org
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml index 409a4c7298e1..cd02811583ec 100644 --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml @@ -17,6 +17,7 @@ description: > properties: compatible: enum: + - qcom,pm660l-lpg - qcom,pm8150b-lpg - qcom,pm8150l-lpg - qcom,pm8350c-pwm |