mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Jaskaran Singh
parent
5a3bafef1f
commit
3a5201cce4
15
qcom/neo-dma-heaps.dtsi
Normal file
15
qcom/neo-dma-heaps.dtsi
Normal 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>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
@@ -378,6 +378,7 @@
|
||||
};
|
||||
|
||||
#include "neo-pinctrl.dtsi"
|
||||
#include "neo-dma-heaps.dtsi"
|
||||
#include "diwali-gdsc.dtsi"
|
||||
|
||||
&gcc_apcs_gdsc_vote_ctrl {
|
||||
|
||||
Reference in New Issue
Block a user