Merge "ARM: dts: msm: Add SPU dma-buf heap devices nodes for Kalama"

This commit is contained in:
qctecmdr
2021-12-25 04:59:22 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -22,5 +22,25 @@
memory-region = <&cdsp_secure_heap>;
qcom,token = <0x20000000>;
};
qcom,sp_hlos {
qcom,dma-heap-name = "qcom,sp-hlos";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&sp_mem>;
};
qcom,secure_sp_modem {
qcom,dma-heap-name = "qcom,secure-sp-modem";
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
memory-region = <&spu_modem_shared_mem>;
qcom,token = <0x10800000>;
};
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>;
};
};
};