From f003382472c881e6c97b7852a8cd00d6e0caded9 Mon Sep 17 00:00:00 2001 From: Vijayanand Jitta Date: Tue, 8 Oct 2024 15:55:57 +0530 Subject: [PATCH] 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 --- qcom/kera-reserved-memory.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/qcom/kera-reserved-memory.dtsi b/qcom/kera-reserved-memory.dtsi index b990fbcb..427aea63 100644 --- a/qcom/kera-reserved-memory.dtsi +++ b/qcom/kera-reserved-memory.dtsi @@ -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>;