Skip to content

Commit 1352f58

Browse files
Richard ZhuMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: pci-imx6: Add external reference clock input
i.MX95 PCIes have two reference clock inputs: one from internal PLL. It's wired inside chip and present as "ref" clock. It's not an optional clock. The other from off chip crystal oscillator. The "extref" clock refers to a reference clock from an external crystal oscillator through the CLKIN_N/P pair PADs. It is an optional clock, relied on the board design. Add additional optional external reference clock input for i.MX95 PCIes. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20251211064821.2707001-3-hongxing.zhu@nxp.com
1 parent 4189709 commit 1352f58

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ properties:
4444

4545
clock-names:
4646
minItems: 3
47-
maxItems: 5
47+
maxItems: 6
4848

4949
interrupts:
5050
minItems: 1
@@ -212,14 +212,17 @@ allOf:
212212
then:
213213
properties:
214214
clocks:
215-
maxItems: 5
215+
minItems: 5
216+
maxItems: 6
216217
clock-names:
218+
minItems: 5
217219
items:
218220
- const: pcie
219221
- const: pcie_bus
220222
- const: pcie_phy
221223
- const: pcie_aux
222224
- const: ref
225+
- const: extref # Optional
223226

224227
unevaluatedProperties: false
225228

0 commit comments

Comments
 (0)