mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
dt-bindings: leds: qcom-lpg: Drop redundant qcom,pm8550-pwm in if:then:
"qcom,pm8550-pwm" is compatible with "qcom,pm8350c-pwm" (latter used as fallback), thus it is enough for the "if:then:" clause to check for the presence of the fallback "qcom,pm8350c-pwm". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20240226073713.19045-1-krzysztof.kozlowski@linaro.org Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
64e558500d
commit
615d49f552
|
|
@ -141,13 +141,13 @@ allOf:
|
|||
maxItems: 1
|
||||
nvmem-names:
|
||||
maxItems: 1
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- qcom,pm8350c-pwm
|
||||
- qcom,pm8550-pwm
|
||||
then:
|
||||
properties:
|
||||
nvmem:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user