From cc38699007b8108ddffbe22e0a1e7b2308cdac4e Mon Sep 17 00:00:00 2001 From: Jayasri Sampath Kumaran Date: Mon, 22 Jan 2024 13:11:45 -0500 Subject: [PATCH] ARM: dts: msm: update iommu address range for sun target Update unsecure iommu address pool to exclude memory region allocated to HW-Fence. Change-Id: I20ae5e357da5346e663044bbc1565135ff3a1ca7 Signed-off-by: Jayasri Sampath Kumaran --- display/sun-sde.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/display/sun-sde.dtsi b/display/sun-sde.dtsi index 18c83c8e..1c714c37 100644 --- a/display/sun-sde.dtsi +++ b/display/sun-sde.dtsi @@ -183,6 +183,7 @@ smmu_sde_iommu_region_partition: smmu_sde_iommu_region_partition { iommu-addresses = <&smmu_sde_unsec 0x0 0x00060000>, + <&smmu_sde_unsec 0xd4e23000 0x002dd000>, <&smmu_sde_unsec 0xd5500000 0x02b00000>, <&smmu_sde_sec 0x0 0x00020000>; };