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

Commit a0db4f75 authored by Karthik Anantha Ram's avatar Karthik Anantha Ram Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Reduce the size of shared region for sm8150



Currently we are mapping this region to encompass both secure and
non-secure zones. This change maps only the non secure region for
stage 1 mapping.

Change-Id: I088cc8bd7f4091e2fc89eeffa231f19fdbe8b63b
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 0f6c2abb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -405,10 +405,10 @@
				};

				iova-mem-region-io {
					/* IO region is approximately 3.3 GB */
					/* IO region is approximately 3 GB */
					iova-region-name = "io";
					iova-region-start = <0xda00000>;
					iova-region-len = <0xd2500000>;
					iova-region-len = <0xacdfffff>;
					iova-region-id = <0x3>;
					status = "ok";
				};