ARM: dts: msm: Update the ADSP/CDSP nodes
With commit (851140def4
: 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 <quic_gokukris@quicinc.com>
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user