[PATCH v1 0/3] arm64: dts: imx9x: Fix PCIe memory window overlap with System RAM

From: hongxing . zhu

Date: Thu Aug 20 2026 - 04:32:56 EST


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@xxxxxxxxxxxxxxx/

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(-)