All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PCI: imx6: Add external reference clock mode support
@ 2025-06-20  3:13 Richard Zhu
  2025-06-20  3:13 ` [PATCH v3 1/2] dt-binding: pci-imx6: " Richard Zhu
  2025-06-20  3:13 ` [PATCH v3 2/2] PCI: imx6: " Richard Zhu
  0 siblings, 2 replies; 9+ messages in thread
From: Richard Zhu @ 2025-06-20  3:13 UTC (permalink / raw)
  To: frank.li, l.stach, lpieralisi, kwilczynski, mani, robh, krzk+dt,
	conor+dt, bhelgaas, shawnguo, s.hauer, kernel, festevam
  Cc: linux-pci, linux-arm-kernel, devicetree, imx, linux-kernel

On i.MX, the PCIe reference clock might come from either internal system
PLL or external clock source. Add the external reference clock source
for reference clock.

Main change in v3:
- Update the logic check external reference clock mode is enabled or
  not in driver codes.

Main change in v2:
- Fix yamllint warning.
- Refine the driver codes.

[PATCH v3 1/2] dt-binding: pci-imx6: Add external reference clock
[PATCH v3 2/2] PCI: imx6: Add external reference clock mode support

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml |  7 ++++++-
drivers/pci/controller/dwc/pci-imx6.c                     | 20 +++++++++++++-------
2 files changed, 19 insertions(+), 8 deletions(-)



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-06-23  6:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20  3:13 [PATCH v3 0/2] PCI: imx6: Add external reference clock mode support Richard Zhu
2025-06-20  3:13 ` [PATCH v3 1/2] dt-binding: pci-imx6: " Richard Zhu
2025-06-20  7:53   ` Krzysztof Kozlowski
2025-06-20  8:26     ` Hongxing Zhu
2025-06-20 13:08       ` Krzysztof Kozlowski
2025-06-20 14:40         ` Frank Li
2025-06-23  1:57           ` Hongxing Zhu
2025-06-23  6:49           ` Krzysztof Kozlowski
2025-06-20  3:13 ` [PATCH v3 2/2] PCI: imx6: " Richard Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.