From 8e2c3e1a7e37e5ba7c9fac8c3112089a5363618f Mon Sep 17 00:00:00 2001 From: Jayasri Sampath Kumaran Date: Mon, 29 Apr 2024 10:04:40 -0400 Subject: [PATCH 1/2] 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>; }; From 49ae7eacf316012fb6ed5fba3d1a0035de097666 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Fri, 26 Apr 2024 14:22:23 +0800 Subject: [PATCH 2/2] ARM: dts: msm: add new msm-IDs support on sun HDK Add new msm-IDs support on sun HDK. Change-Id: I520eb6be7ece19ce521f5fd7580cc30c72ee87a1 Signed-off-by: Lei Chen --- display/sun-sde-display-hdk-overlay.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/display/sun-sde-display-hdk-overlay.dts b/display/sun-sde-display-hdk-overlay.dts index ae5e0e66..85200310 100644 --- a/display/sun-sde-display-hdk-overlay.dts +++ b/display/sun-sde-display-hdk-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. SunP QRD HDK"; compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk"; - qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>; + qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x1001f 0>; };