ARM: dts: msm: Add the dma-buf heaps device node for scuba_auto

Add the dma-buf heaps device node for the dma-buf heaps driver
on scuba_auto.

Change-Id: I24ab890c9d5cccee4ece1b934bdd0a93cb96da80
This commit is contained in:
Nishant Pandey
2022-10-09 23:40:07 -07:00
parent 223de31fb4
commit a82ebd53fc
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
&soc {
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
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>;
};
qcom,user_contig {
qcom,dma-heap-name = "qcom,user-contig";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&user_contig_mem>;
};
};
};

View File

@@ -1132,6 +1132,7 @@
#include "msm-arm-smmu-scuba_auto.dtsi"
#include "scuba_auto-qupv3.dtsi"
#include "scuba_auto-dma-heap.dtsi"
&sdhc_1 {
vdd-supply = <&L20A>;