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

Commit 38156f43 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

ARM: dts: msm: Do not create logical mappings for the secure CDSP heap

Creating logical mappings for the secure CDSP heap memory may
cause problems with respect to speculative access, so ensure
that no logical kernel mappings are created for that region.

Change-Id: I56c23e82c1a4ba52322aa0f5a2045e482a8586ff
parent 29348bad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@
		};

		cdsp_secure_heap: cdsp_secure_heap@80c00000 {
			no-map;
			reg = <0x0 0x80c00000 0x0 0x4600000>;
		};