Merge "dts: msm: Add QSEECOM heap node on msm8996 lfv platform"
This commit is contained in:
commit
b462476de7
1 changed files with 6 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue