mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Add SPU dma-buf heap devices nodes for Kalama"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e986a34413
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user