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

Commit 432c3bf9 authored by Vinayak Menon's avatar Vinayak Menon
Browse files

ARM: dts: msm: disable secure and venus CMA regions on apq8017



Disable secure and venus CMA on some of the apq8017 variants. This
saves memory for targets that does not support use cases which
requires these memory regions.

Change-Id: Ifc98eba2927d94eeed7ae6ae80e5b0267f8c60b0
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent 2e16cc4a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -150,3 +150,11 @@
&qcom_seecom {
	reg = <0x84f00000 0x1400000>;
};

&secure_mem {
	status = "disabled";
};

&venus_mem {
	status = "disabled";
};
+8 −0
Original line number Diff line number Diff line
@@ -79,3 +79,11 @@
		/delete-node/ home;
	};
};

&secure_mem {
	status = "disabled";
};

&venus_mem {
	status = "disabled";
};
+8 −0
Original line number Diff line number Diff line
@@ -139,3 +139,11 @@
&qcom_seecom {
	reg = <0x84f00000 0x1400000>;
};

&secure_mem {
	status = "disabled";
};

&venus_mem {
	status = "disabled";
};