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

Commit 04f7f7af 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: disable secure and venus CMA regions on apq8017"

parents 48712d92 432c3bf9
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";
};