Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aa39310 authored by Anmolpreet Kaur's avatar Anmolpreet Kaur
Browse files

ARM: dts: msm: Add qseecom heap for atoll



The qseecom_ta heap will be used by qseecom
userspace library for allocating memory for
loading trusted applications.

Change-Id: I7ab46adf6c7f46e1839c6bb310a92bbb62057365
Signed-off-by: default avatarAnmolpreet Kaur <anmolpre@codeaurora.org>
parent 29444f60
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -590,11 +590,12 @@
			reg = <0 0x9e000000 0 0x1400000>;
		};

		qseecom_ta_mem: qseecom_ta_region@0 {
		qseecom_ta_mem: qseecom_ta_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0x1000000>;
			alignment = <0 0x400000>;
			size = <0 0x1000000>;
		};

		cdsp_sec_mem: cdsp_sec_regions@0x9f400000 {