Skip to content
Snippets Groups Projects
Commit 10bff393 authored by QCTECMDR Service's avatar QCTECMDR Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PENDING: arm64: dts: qcom: sa8775p: Add dma heap for cdsp_secure_heap_mem"

parents 124c4f2b 4c3eddf9
No related branches found
No related tags found
No related merge requests found
...@@ -20,5 +20,11 @@ qcom,qseecom_ta { ...@@ -20,5 +20,11 @@ qcom,qseecom_ta {
qcom,dma-heap-type = <HEAP_TYPE_CMA>; qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>; memory-region = <&qseecom_ta_mem>;
}; };
qcom,secure_cdsp {
qcom,dma-heap-name = "qcom,cma-secure-cdsp";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&cdsp_secure_heap>;
};
}; };
}; };
...@@ -1557,6 +1557,14 @@ cpucp_fw_mem: cpucp-fw@db200000 { ...@@ -1557,6 +1557,14 @@ cpucp_fw_mem: cpucp-fw@db200000 {
reg = <0x0 0xdb200000 0x0 0x100000>; reg = <0x0 0xdb200000 0x0 0x100000>;
no-map; no-map;
}; };
cdsp_secure_heap: secure-cdsp-region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x2000000>;
};
}; };
smp2p-adsp { smp2p-adsp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment