ARM: dts: msm: add cma regions for VM's on kera
Add cma regions for tuivm and oemvm, inline with v1. Change-Id: I117ad4bd3af4fb1c9c3c5bf046fdf903d3ddb99d Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
@@ -228,6 +228,20 @@
|
||||
* varies.
|
||||
*/
|
||||
|
||||
trust_ui_vm_mem: trust_ui_vm_region@f3800000 {
|
||||
compatible = "shared-dma-pool";
|
||||
reg = <0x0 0xf3800000 0x0 0x4400000>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
oem_vm_mem: oem_vm_region@f7c00000 {
|
||||
compatible = "shared-dma-pool";
|
||||
reg = <0x0 0xf7c00000 0x0 0x4c00000>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
llcc_lpi_mem: llcc_lpi_region@ff800000 {
|
||||
no-map;
|
||||
reg = <0x0 0xff800000 0x0 0x400000>;
|
||||
|
Reference in New Issue
Block a user