public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v9 0/3] Add i.MX943 PCIe supports
@ 2026-05-06  5:53 Richard Zhu
  2026-05-06  5:53 ` [PATCH v9 1/3] arm64: dts: imx94: Add pcie0 and pcie0-ep supports Richard Zhu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Zhu @ 2026-05-06  5:53 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, frank.li, s.hauer, festevam
  Cc: kernel, devicetree, imx, linux-arm-kernel, linux-kernel

This patch-set adds i.MX943 PCIe supports on EVK board. Please pay
attention to that it relies on the patch-set[1], and the PCIe1 port on
the EVK board relies on the [2].

Both of them are included in the v7.0 kernel.
[1] https://lore.kernel.org/imx/176649331066.523506.9443864112044699350.b4-ty@kernel.org/
[2] https://lore.kernel.org/imx/inzg46tc2fwsajxq4vzdyuiq7krzy6xtcg2mjaieninz7zsmgm@mtdjr4tuegpq/

Changes in v9:
- Since the dt-binding changes have been merged, only the DTS changes are
being resent after rebasing to v7.1-rc1.

Note: The corresponding changes will be updated later after the following
two patch sets are merged, as suggested by Mani:
  - [PATCH V14 00/12] pci-imx6: Add support for parsing the reset property in new Root Port binding
  - [PATCH V2 0/8] PCI: imx6: Integrate pwrctrl API and update device trees

Changes in v8:
- Drop the redundant strings since they are compatible with i.MX95.

Changes in v7:
- Fix the checkpatch.pl warning in the first patch. Sorry for not
understanding the comments provided by Krzysztof in the v4 patch-set.
- Adjust the compatible strings in alphabetical order.

Changes in v6:
- Let i.MX94 and i.MX943 EP mode compatible strings fallback to i.MX95 EP
mode complatible string too.
- Add missing space after "=" in pcie0_ep node.

Changes in v5:
- Add Reviewed-by tag in first patch.
- Add i.MX94/i.MX943 compatible strings.
- Add "dma" irq for i.MX94/i.MX943 PCIe.
- Add 'fsl,max-link-speed = <3>;' back. Because that Link speed is decided
by pcie_link_speed[pci->max_link_speed]; Found it when one Gen3 NVME SSD is
used in the tests.

Changes in v4:
- Add missing space after comma or '='.
- Remove 'fsl,max-link-speed = <3>;' in dts, since it's not required anymore.

Changes in v3:
- Fix build warning in the dtbs_check.

Changes in v2:
- Refine the nodes sequence refer to Frank's comments.
- Rely on [3], and remove the duplacated codes mentioned by Sherry.
[3] https://patchwork.kernel.org/project/imx/patch/20260204022306.2372889-1-sherry.sun@nxp.com/

[PATCH v9 1/3] arm64: dts: imx94: Add pcie0 and pcie0-ep supports
[PATCH v9 2/3] arm64: dts: imx943: Add pcie1 and pcie1-ep supports
[PATCH v9 3/3] arm64: dts: imx943-evk: Add pcie[0,1] and pcie-ep[0,1]

arch/arm64/boot/dts/freescale/Makefile       |  4 ++++
arch/arm64/boot/dts/freescale/imx94.dtsi     | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx943-evk.dts | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx943.dtsi    | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 250 insertions(+)



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

end of thread, other threads:[~2026-05-06 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  5:53 [PATCH v9 0/3] Add i.MX943 PCIe supports Richard Zhu
2026-05-06  5:53 ` [PATCH v9 1/3] arm64: dts: imx94: Add pcie0 and pcie0-ep supports Richard Zhu
2026-05-06  5:53 ` [PATCH v9 2/3] arm64: dts: imx943: Add pcie1 and pcie1-ep supports Richard Zhu
2026-05-06  5:53 ` [PATCH v9 3/3] arm64: dts: imx943-evk: Add pcie[0,1] and pcie-ep[0,1] support Richard Zhu
2026-05-06 14:59 ` [PATCH v9 0/3] Add i.MX943 PCIe supports Frank Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox