The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm64: dts: imx9x: Fix PCIe memory window overlap with System RAM
@ 2026-08-21  5:43 hongxing.zhu
  2026-08-21  5:43 ` [PATCH v2 1/3] arm64: dts: imx95: Avoid 32-bit PCIe window System RAM overlap hongxing.zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: hongxing.zhu @ 2026-08-21  5:43 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 fix PCIe non-prefetchable memory window overlap with
system DRAM on i.MX9 series SoCs (imx95, imx94, and imx943).

The current address 0xe0000000 conflicts with DRAM regions. Sashiko
reports the potential issue in previous review:

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

Changes in v2:
Clarified that the adddress being corrected is the PCI bus address in
the commits.

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 v2 1/3] arm64: dts: imx95: Avoid 32-bit PCIe window System RAM
[PATCH v2 2/3] arm64: dts: imx94: Avoid 32-bit PCIe window System RAM
[PATCH v2 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] 5+ messages in thread

end of thread, other threads:[~2026-08-21 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21  5:43 [PATCH v2 0/3] arm64: dts: imx9x: Fix PCIe memory window overlap with System RAM hongxing.zhu
2026-08-21  5:43 ` [PATCH v2 1/3] arm64: dts: imx95: Avoid 32-bit PCIe window System RAM overlap hongxing.zhu
2026-08-21 14:47   ` Frank Li
2026-08-21  5:43 ` [PATCH v2 2/3] arm64: dts: imx94: " hongxing.zhu
2026-08-21  5:43 ` [PATCH v2 3/3] arm64: dts: imx943: " hongxing.zhu

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