From 8e14bf7be3b296f074de0d4b35f267c27120aeb5 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 9 Apr 2026 20:00:01 +0800 Subject: [PATCH] arm64: dts: imx95: Correct SMMU reg Update SMMU reg size to 0x40000, because MMU-700 TCU occupies 4 pages with each page 64KB and the last page is reserved. Signed-off-by: Peng Fan Signed-off-by: Frank Li --- arch/arm64/boot/dts/freescale/imx95.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 71394871d8dd..28b19a47a59d 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -1761,7 +1761,7 @@ aips4: bus@49000000 { smmu: iommu@490d0000 { compatible = "arm,smmu-v3"; - reg = <0x490d0000 0x100000>; + reg = <0x490d0000 0x40000>; interrupts = , , ,