Merge "ARM: dts: msm: Add SPU dma-buf heap devices nodes for Anorak(Halliday)"

This commit is contained in:
qctecmdr
2022-07-04 09:42:41 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -15,5 +15,18 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&adsp_mem>;
};
qcom,sp_hlos {
qcom,dma-heap-name = "qcom,sp-hlos";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&sp_mem>;
};
qcom,secure_sp_tz {
qcom,dma-heap-name = "qcom,secure-sp-tz";
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
memory-region = <&spu_tz_shared_mem>;
qcom,token = <0x01000000>;
};
};
};