Skip to content

Commit 615d49f

Browse files
krzklag-linaro
authored andcommitted
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 <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 64e5585 commit 615d49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ allOf:
141141
maxItems: 1
142142
nvmem-names:
143143
maxItems: 1
144+
144145
- if:
145146
properties:
146147
compatible:
147148
contains:
148149
enum:
149150
- qcom,pm8350c-pwm
150-
- qcom,pm8550-pwm
151151
then:
152152
properties:
153153
nvmem:

0 commit comments

Comments
 (0)