Skip to content

Commit 4f1e478

Browse files
Richard Zhukwilczynski
authored andcommitted
dt-bindings: PCI: imx6q-pcie: Add i.MX8Q PCIe compatible string
Add i.MX8Q PCIe "fsl,imx8q-pcie" compatible strings. clock-names align DesignWare Cores (DWC) common naming convension. Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Richard Zhu <[email protected]> Signed-off-by: Frank Li <[email protected]> [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Acked-by: Conor Dooley <[email protected]> Acked-by: Manivannan Sadhasivam <[email protected]>
1 parent eea9ece commit 4f1e478

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ properties:
3030
- fsl,imx8mm-pcie
3131
- fsl,imx8mp-pcie
3232
- fsl,imx95-pcie
33+
- fsl,imx8q-pcie
3334

3435
clocks:
3536
minItems: 3
@@ -184,6 +185,21 @@ allOf:
184185
- const: pcie_bus
185186
- const: pcie_aux
186187

188+
- if:
189+
properties:
190+
compatible:
191+
enum:
192+
- fsl,imx8q-pcie
193+
then:
194+
properties:
195+
clocks:
196+
maxItems: 3
197+
clock-names:
198+
items:
199+
- const: dbi
200+
- const: mstr
201+
- const: slv
202+
187203
unevaluatedProperties: false
188204

189205
examples:

0 commit comments

Comments
 (0)