Files
android_kernel_xiaomi_sm845…/qcom/neo-dma-heaps.dtsi
Govindaraj Rajagopal ad46718d55 ARM: dts: msm: Remove secure dma-buf heap support on neo
Removed below secure dma-buf pool support on neo.
1. qcom,secure_lsr_lefteye
2. qcom,secure_lsr_righteye
3. qcom,secure_lsr_depth
4. qcom,secure_lsr_misc.

Change-Id: Ibd59db4d3c1b67ca09228739f26cf2e001ab9581
2022-08-25 17:32:18 +05:30

55 lines
1.4 KiB
Plaintext

#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
&soc {
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
lsr_lefteye_dma_buf: qcom,lsr_lefteye {
qcom,dma-heap-name = "qcom,lsr_lefteye";
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
memory-region = <&lsr_lefteye_mem_heap>;
};
lsr_righteye_dma_buf: qcom,lsr_righteye {
qcom,dma-heap-name = "qcom,lsr_righteye";
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
memory-region = <&lsr_righteye_mem_heap>;
};
lsr_depth_dma_buf: qcom,lsr_depth {
qcom,dma-heap-name = "qcom,lsr_depth";
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
memory-region = <&lsr_depth_mem_heap>;
};
lsr_misc_dma_buf: qcom,lsr_misc {
qcom,dma-heap-name = "qcom,lsr_misc";
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
memory-region = <&lsr_misc_mem_heap>;
};
qcom,user_contig {
qcom,dma-heap-name = "qcom,user-contig";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&user_contig_mem>;
};
qcom,qseecom {
qcom,dma-heap-name = "qcom,qseecom";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_mem>;
};
qcom,qseecom_ta {
qcom,dma-heap-name = "qcom,qseecom-ta";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>;
};
audio_ml_cma: qcom,audio_ml {
qcom,dma-heap-name = "qcom,audio-ml";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&audio_cma_mem>;
};
};
};