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

Add SPU-HLOS, SPU-TZ dma heaps for Anorak.

Change-Id: Ida5dbbe9555b134282d2308a5974a78ac4203647
This commit is contained in:
Mariam Elia
2022-06-29 17:11:39 -07:00
committed by Gerrit - the friendly Code Review server
parent 15dfd31b6b
commit 9f5c558df1

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>;
};
};
};