Skip to content

Commit 671a89c

Browse files
Richard ZhuLorenzo Pieralisi
authored andcommitted
dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
Add i.MX95 PCIe "fsl,imx95-pcie" compatible string and "atu" and "app" to reg-names. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Richard Zhu <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Rob Herring <[email protected]>
1 parent cf94ce9 commit 671a89c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ allOf:
207207
- fsl,imx6sx-pcie
208208
- fsl,imx6q-pcie
209209
- fsl,imx6qp-pcie
210+
- fsl,imx95-pcie
210211
- fsl,imx6sx-pcie-ep
211212
- fsl,imx6q-pcie-ep
212213
- fsl,imx6qp-pcie-ep

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ properties:
2929
- fsl,imx8mq-pcie
3030
- fsl,imx8mm-pcie
3131
- fsl,imx8mp-pcie
32+
- fsl,imx95-pcie
3233

3334
clocks:
3435
minItems: 3
@@ -100,6 +101,23 @@ allOf:
100101
- const: dbi
101102
- const: config
102103

104+
- if:
105+
properties:
106+
compatible:
107+
enum:
108+
- fsl,imx95-pcie
109+
then:
110+
properties:
111+
reg:
112+
minItems: 4
113+
maxItems: 4
114+
reg-names:
115+
items:
116+
- const: dbi
117+
- const: config
118+
- const: atu
119+
- const: app
120+
103121
- if:
104122
properties:
105123
compatible:
@@ -121,6 +139,7 @@ allOf:
121139
compatible:
122140
enum:
123141
- fsl,imx8mq-pcie
142+
- fsl,imx95-pcie
124143
then:
125144
properties:
126145
clocks:

0 commit comments

Comments
 (0)