ARM: dts: msm: add cma regions for VM's on tuna
Add cma regions for tuivm and oemvm, inline with v2. Change-Id: I72263dfc41eb0ecafb38bdac42e685483ba6d66c Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
@@ -233,6 +233,20 @@
|
|||||||
* varies.
|
* 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 {
|
llcc_lpi_mem: llcc_lpi_region@ff800000 {
|
||||||
no-map;
|
no-map;
|
||||||
reg = <0x0 0xff800000 0x0 0x400000>;
|
reg = <0x0 0xff800000 0x0 0x400000>;
|
||||||
|
Reference in New Issue
Block a user