From 8e2c3e1a7e37e5ba7c9fac8c3112089a5363618f Mon Sep 17 00:00:00 2001 From: Jayasri Sampath Kumaran Date: Mon, 29 Apr 2024 10:04:40 -0400 Subject: [PATCH] ARM: dts: msm: update address ranges to avoid unsecure context bank for sun target Update unsecure context bank to exclude memory region allocated to display splash, ramdump and demura. Change-Id: I9a3d00c3943b2a5c94914856f498cb62a7fc4dfa Signed-off-by: Jayasri Sampath Kumaran --- display/sun-sde.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/display/sun-sde.dtsi b/display/sun-sde.dtsi index d19c58d5..3b69a237 100644 --- a/display/sun-sde.dtsi +++ b/display/sun-sde.dtsi @@ -184,6 +184,8 @@ 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 0xd2880000 0x05780000>, + <&smmu_sde_unsec 0xa3500000 0x02c80000>, <&smmu_sde_unsec 0xfc800000 0x02b00000>, <&smmu_sde_sec 0x0 0x00020000>; };