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 39def87 commit 9c21bbfCopy full SHA for 9c21bbf
Documentation/devicetree/bindings/dma/fsl,edma.yaml
@@ -81,7 +81,6 @@ required:
81
- compatible
82
- reg
83
- interrupts
84
- - clocks
85
- dma-channels
86
87
allOf:
@@ -185,6 +184,22 @@ allOf:
185
184
"#dma-cells":
186
const: 3
187
+ - if:
188
+ properties:
189
+ compatible:
190
+ contains:
191
+ enum:
192
+ - fsl,vf610-edma
193
+ - fsl,imx7ulp-edma
194
+ - fsl,imx93-edma3
195
+ - fsl,imx93-edma4
196
+ - fsl,imx95-edma5
197
+ - fsl,imx8ulp-edma
198
+ - fsl,ls1028a-edma
199
+ then:
200
+ required:
201
+ - clocks
202
+
203
unevaluatedProperties: false
204
205
examples:
0 commit comments