ARM: dts: msm: Add initial dmabuf heaps for neo

Add secure cdsp heap for neo. system, secure system heaps
are by default enabled.

Change-Id: I9ea429dee728b6bfe269225c77838c35a963084c
This commit is contained in:
Vijayanand Jitta
2021-09-03 19:00:43 +05:30
committed by Jaskaran Singh
parent 5a3bafef1f
commit 3a5201cce4
2 changed files with 16 additions and 0 deletions

15
qcom/neo-dma-heaps.dtsi Normal file
View File

@@ -0,0 +1,15 @@
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
&soc {
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
qcom,secure_cdsp {
qcom,dma-heap-name = "qcom,secure-cdsp";
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
memory-region = <&cdsp_mem>;
qcom,token = <0x20000000>;
};
};
};

View File

@@ -378,6 +378,7 @@
};
#include "neo-pinctrl.dtsi"
#include "neo-dma-heaps.dtsi"
#include "diwali-gdsc.dtsi"
&gcc_apcs_gdsc_vote_ctrl {