We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e50721 commit a4cf667Copy full SHA for a4cf667
Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
@@ -37,6 +37,10 @@ properties:
37
- enum:
38
- amlogic,meson8-pwm-v2
39
- amlogic,meson-s4-pwm
40
+ - items:
41
+ - enum:
42
+ - amlogic,meson-a1-pwm
43
+ - const: amlogic,meson-s4-pwm
44
- items:
45
46
- amlogic,meson8b-pwm-v2
@@ -139,6 +143,16 @@ allOf:
139
143
required:
140
144
- clocks
141
145
146
+ - if:
147
+ properties:
148
+ compatible:
149
+ contains:
150
+ enum:
151
152
+ then:
153
+ required:
154
+ - power-domains
155
+
142
156
additionalProperties: false
157
158
examples:
0 commit comments