From a851d169b5d416939ffe6b81772d685a96a28da6 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Tue, 28 Nov 2023 10:15:00 -0800 Subject: [PATCH] ARM: dts: msm: Update the ADSP/CDSP nodes With commit (851140def40c: Allow memory from lower 4G for adsp/cdsp/modem) We were limiting addresses to below 4GB for ADSP/CDSP metadata passed to TZ. The issue with S1/S2 mapping is caused by a flag in the hyp config file, removing the restriction for ADSP/CDSP metadata memory. Change-Id: Id42350a8ab2ddff3c74104f610d83a70681c23c6 Signed-off-by: Gokul krishna Krishnakumar --- qcom/sun.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 4515cdce..fada8c98 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2368,7 +2368,7 @@ firmware-name = "adsp.mdt", "adsp_dtb.mdt"; - memory-region = <&adspslpi_mem &q6_adsp_dtb_mem &system_cma>; + memory-region = <&adspslpi_mem &q6_adsp_dtb_mem>; /* Inputs from ssc */ interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>, @@ -2516,7 +2516,7 @@ reg-names = "cx","mx","nsp"; firmware-name = "cdsp.mdt", "cdsp_dtb.mdt"; - memory-region = <&cdsp_mem &q6_cdsp_dtb_mem &system_cma &global_sync_mem>; + memory-region = <&cdsp_mem &q6_cdsp_dtb_mem &global_sync_mem>; clocks = <&rpmhcc RPMH_CXO_CLK>; clock-names = "xo";