mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
15dfd31b6b
commit
9f5c558df1
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user