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

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

ARM: dts: msm: Set the bound as multiple of 1MB



FW supports only pages in units of 1MB, hence setting
the length of i/o region as a multiple of 1MB.

Change-Id: I6c7c79fafa688a766aced17cbe8c9e831ec6173f
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 54c14f3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@
					/* IO region is approximately 3 GB */
					iova-region-name = "io";
					iova-region-start = <0xda00000>;
					iova-region-len = <0xacdfffff>;
					iova-region-len = <0xace00000>;
					iova-region-id = <0x3>;
					status = "ok";
				};