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

Commit 53c83a3b authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: disable secure cma on apq8053



Secure cma region is not needed on apq8053, disable it.

Change-Id: If915c10cb93bef402613c1bd8702d994d4ae4e3d
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent ca644868
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,3 +37,7 @@
&ipa_hw {
	status = "disabled";
};

&secure_mem {
	status = "disabled";
};