devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] arm64: dts: imx9x: Fix PCIe memory window overlap with System RAM
@ 2026-08-20  8:36 hongxing.zhu
  2026-08-20  8:36 ` [PATCH v1 1/3] arm64: dts: imx95: Avoid 32-bit PCIe window System RAM overlap hongxing.zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: hongxing.zhu @ 2026-08-20  8:36 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, frank.li, s.hauer, festevam
  Cc: kernel, devicetree, imx, linux-arm-kernel, linux-kernel, linux

This patch series fixes PCIe non-prefetchable memory window overlap with
system DRAM on i.MX9 series SoCs (imx95, imx94, and imx943).

The current CPU address 0xe0000000 conflicts with DRAM regions. Sashiko
reports the similar potential issue in below review:
https://lore.kernel.org/imx/20260524151347.BD92A1F000E9@smtp.kernel.org/

The fix relocates the CPU address to 0x10000000, a reserved and safe range.
The PCI bus address and window size remain unchanged.

Richard Zhu (3):
  arm64: dts: imx95: Avoid 32-bit PCIe window System RAM overlap
  arm64: dts: imx94: Avoid 32-bit pcie window system ram overlap
  arm64: dts: imx943: Avoid 32-bit PCIe window System RAM overlap

[PATCH v1 1/3] arm64: dts: imx95: Avoid 32-bit PCIe window System RAM
[PATCH v1 2/3] arm64: dts: imx94: Avoid 32-bit pcie window system ram
[PATCH v1 3/3] arm64: dts: imx943: Avoid 32-bit PCIe window System

arch/arm64/boot/dts/freescale/imx94.dtsi  | 2 +-
arch/arm64/boot/dts/freescale/imx943.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx95.dtsi  | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)


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

end of thread, other threads:[~2026-08-20 15:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20  8:36 [PATCH v1 0/3] arm64: dts: imx9x: Fix PCIe memory window overlap with System RAM hongxing.zhu
2026-08-20  8:36 ` [PATCH v1 1/3] arm64: dts: imx95: Avoid 32-bit PCIe window System RAM overlap hongxing.zhu
2026-08-20  8:42   ` sashiko-bot
2026-08-20 15:24     ` Frank Li
2026-08-20  8:36 ` [PATCH v1 2/3] arm64: dts: imx94: Avoid 32-bit pcie window system ram overlap hongxing.zhu
2026-08-20  8:40   ` sashiko-bot
2026-08-20  8:36 ` [PATCH v1 3/3] arm64: dts: imx943: Avoid 32-bit PCIe window System RAM overlap hongxing.zhu
2026-08-20  8:40   ` sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).