diff options
author | Barnabás Czémán <barnabas.czeman@mainlining.org> | 2025-02-13 20:54:47 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-02-20 15:15:10 +0000 |
commit | 9ec336ba05f6786814696deef637ab2b9f6d0f10 (patch) | |
tree | 8e31572335c07817f93d5818626f72c064fabc6b /Documentation/devicetree/bindings/leds | |
parent | 575f10dc64a251fc69a3187f4058f272eab94bfe (diff) |
dt-bindings: leds: qcom-lpg: Document PM8937 PWM compatible
The PM8937 PWM modules are compatible with the PM8916 PWM modules,
document the PM8937 PWM compatible as fallback for the PM8916 PWM.
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250213-pm8937-pwm-v2-1-49ea59801a33@mainlining.org
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml index 8b82c45d1a48..841a0229c472 100644 --- a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml @@ -39,6 +39,10 @@ properties: - enum: - qcom,pm8550-pwm - const: qcom,pm8350c-pwm + - items: + - enum: + - qcom,pm8937-pwm + - const: qcom,pm8916-pwm "#pwm-cells": const: 2 |