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

Commit baa7d216 authored by Mohamed Sunfeer's avatar Mohamed Sunfeer
Browse files

ARM: dts: msm: Enable Qseecom heaps for sdxpoorwills



Enable the qseecom heap node and qseecom_ta heap
node on device tree for sdxpoorwills 512 variant.

Change-Id: If593452eea308db3b6b7e7e5327fe7587e08fea9
Signed-off-by: default avatarMohamed Sunfeer <msunfeer@codeaurora.org>
parent d18e6bf7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -25,6 +25,14 @@
	status = "okay";
};

&qseecom_mem {
	status = "okay";
};

&qseecom_ta_mem {
	status = "okay";
};

&blsp1_uart2b_hs {
	status = "okay";
};
+4 −2
Original line number Diff line number Diff line
@@ -85,14 +85,16 @@
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0x400000>;
			size = <0x1400000>;
			size = <0x400000>;
			status = "disabled";
		};

		qseecom_ta_mem: qseecom_ta_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0x400000>;
			size = <0x1000000>;
			size = <0x400000>;
			status = "disabled";
		};
	};