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 <quic_jsampath@quicinc.com>
This commit is contained in:
Jayasri Sampath Kumaran
2024-01-22 13:11:45 -05:00
parent a5e286170d
commit cc38699007

View File

@@ -183,6 +183,7 @@
smmu_sde_iommu_region_partition: smmu_sde_iommu_region_partition { smmu_sde_iommu_region_partition: smmu_sde_iommu_region_partition {
iommu-addresses = <&smmu_sde_unsec 0x0 0x00060000>, iommu-addresses = <&smmu_sde_unsec 0x0 0x00060000>,
<&smmu_sde_unsec 0xd4e23000 0x002dd000>,
<&smmu_sde_unsec 0xd5500000 0x02b00000>, <&smmu_sde_unsec 0xd5500000 0x02b00000>,
<&smmu_sde_sec 0x0 0x00020000>; <&smmu_sde_sec 0x0 0x00020000>;
}; };