diff --git a/qcom/scuba_auto-dma-heap.dtsi b/qcom/scuba_auto-dma-heap.dtsi new file mode 100644 index 00000000..527e869e --- /dev/null +++ b/qcom/scuba_auto-dma-heap.dtsi @@ -0,0 +1,26 @@ + +#include + +&soc { + qcom,dma-heaps { + compatible = "qcom,dma-heaps"; + + qcom,qseecom { + qcom,dma-heap-name = "qcom,qseecom"; + qcom,dma-heap-type = ; + memory-region = <&qseecom_mem>; + }; + + qcom,qseecom_ta { + qcom,dma-heap-name = "qcom,qseecom-ta"; + qcom,dma-heap-type = ; + memory-region = <&qseecom_ta_mem>; + }; + + qcom,user_contig { + qcom,dma-heap-name = "qcom,user-contig"; + qcom,dma-heap-type = ; + memory-region = <&user_contig_mem>; + }; + }; +}; diff --git a/qcom/scuba_auto.dtsi b/qcom/scuba_auto.dtsi index 26278591..6ff28f5a 100644 --- a/qcom/scuba_auto.dtsi +++ b/qcom/scuba_auto.dtsi @@ -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>;