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 eea9ece commit 4f1e478Copy full SHA for 4f1e478
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
@@ -30,6 +30,7 @@ properties:
30
- fsl,imx8mm-pcie
31
- fsl,imx8mp-pcie
32
- fsl,imx95-pcie
33
+ - fsl,imx8q-pcie
34
35
clocks:
36
minItems: 3
@@ -184,6 +185,21 @@ allOf:
184
185
- const: pcie_bus
186
- const: pcie_aux
187
188
+ - if:
189
+ properties:
190
+ compatible:
191
+ enum:
192
193
+ then:
194
195
+ clocks:
196
+ maxItems: 3
197
+ clock-names:
198
+ items:
199
+ - const: dbi
200
+ - const: mstr
201
+ - const: slv
202
+
203
unevaluatedProperties: false
204
205
examples:
0 commit comments