Merge "dts: msm: Add QSEECOM heap node on msm8996 lfv platform"

This commit is contained in:
Linux Build Service Account 2017-09-11 19:13:04 -07:00 committed by Gerrit - the friendly Code Review server
commit b462476de7

View file

@ -22,6 +22,12 @@
qcom,ion-heap-type = "CARVEOUT";
};
qcom,ion-heap@27 { /* QSEECOM HEAP */
reg = <27>;
memory-region = <&qseecom_mem>;
qcom,ion-heap-type = "DMA";
};
qcom,ion-heap@28 { /* Audio Heap */
reg = <28>;
memory-region = <&ion_audio>;