Merge "ARM: dts: msm: add ion secure cma heap node on qcs405"

This commit is contained in:
qctecmdr Service 2018-05-31 05:56:22 -07:00 committed by Gerrit - the friendly Code Review server
commit 40942c527b

View File

@ -21,6 +21,12 @@
qcom,ion-heap-type = "SYSTEM";
};
qcom,ion-heap@8 { /* CP_MM HEAP */
reg = <8>;
memory-region = <&secure_mem>;
qcom,ion-heap-type = "SECURE_DMA";
};
qcom,ion-heap@27 { /* QSEECOM HEAP */
reg = <27>;
memory-region = <&qseecom_mem>;