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

Commit 745301f7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable Qseecom heaps for sdxpoorwills"

parents d070dfa3 baa7d216
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";
		};
	};