Message ID | 20240226105747.3547856-3-morf3089@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [1/3] leds: qcom-lpg: Add support for PMI8950 PWM | expand |
On 26/02/2024 11:57, Gianluca Boiano wrote: > Update leds-qcom-lpg binding to support PMI8950 PWM. > > Signed-off-by: Gianluca Boiano <morf3089@gmail.com> > --- > Changes: Three different patchsets, two with random versioning, all attached to one thread. Sorry, that's just confusing. 1. Version your patchsets. 2. Send them as separate thread. Just use b4 and avoid half of review complains... Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml index 6649ca2ec805..e93e9b30660b 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 @@ -148,6 +149,7 @@ allOf: enum: - qcom,pm8350c-pwm - qcom,pm8550-pwm + - qcom,pmi8950-pwm then: properties: nvmem:
Update leds-qcom-lpg binding to support PMI8950 PWM. Signed-off-by: Gianluca Boiano <morf3089@gmail.com> --- Changes: - Add missing entry for if - Rebase on top of https://lore.kernel.org/linux-devicetree/20240226073713.19045-1-krzysztof.kozlowski@linaro.org/T/#t --- Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 2 ++ 1 file changed, 2 insertions(+)