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

Commit 5faf2d98 authored by Jigarkumar Zala's avatar Jigarkumar Zala Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add new memory region in icp ctx for sm8150 target



Add qdss region to be mapped by SMMU as part of icp memory
context.

Change-Id: I58eea6cb9252bd7e9e737b9921722d745d8dc04c
Signed-off-by: default avatarJigarkumar Zala <jzala@codeaurora.org>
parent 42123387
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -403,11 +403,21 @@
				iova-mem-region-io {
					/* IO region is approximately 3.3 GB */
					iova-region-name = "io";
					iova-region-start = <0xd900000>;
					iova-region-len = <0xd2700000>;
					iova-region-start = <0xd911000>;
					iova-region-len = <0xd26ef000>;
					iova-region-id = <0x3>;
					status = "ok";
				};

				iova-mem-qdss-region {
					/* QDSS region is appropriate 64K */
					iova-region-name = "qdss";
					iova-region-start = <0xd900000>;
					iova-region-len = <0x10000>;
					iova-region-id = <0x5>;
					qdss-phy-addr = <0x16790000>;
					status = "ok";
				};
			};
		};