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

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

ARM: dts: msm: Increasing shared mem region size for KONA



Increase shared memory region for ICP context bank from
100 to 150MB. The extra 50MB is compensated from the I/O
region.

Change-Id: I7804e7e397f953aa894bac3431555b6e57ae9afb
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent f5f31790
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -448,10 +448,10 @@
				};

				iova-mem-region-shared {
					/* Shared region is 100MB long */
					/* Shared region is 150MB long */
					iova-region-name = "shared";
					iova-region-start = <0x7400000>;
					iova-region-len = <0x6400000>;
					iova-region-len = <0x9600000>;
					iova-region-id = <0x1>;
					status = "ok";
				};
@@ -459,17 +459,17 @@
				iova-mem-region-secondary-heap {
					/* Secondary heap region is 1MB long */
					iova-region-name = "secheap";
					iova-region-start = <0xd800000>;
					iova-region-start = <0x10a00000>;
					iova-region-len = <0x100000>;
					iova-region-id = <0x4>;
					status = "ok";
				};

				iova-mem-region-io {
					/* IO region is approximately 3 GB */
					/* IO region is approximately 3.3 GB */
					iova-region-name = "io";
					iova-region-start = <0xda00000>;
					iova-region-len = <0xace00000>;
					iova-region-start = <0x10c00000>;
					iova-region-len = <0xcf300000>;
					iova-region-id = <0x3>;
					status = "ok";
				};
@@ -477,7 +477,7 @@
				iova-mem-qdss-region {
					/* QDSS region is appropriate 1MB */
					iova-region-name = "qdss";
					iova-region-start = <0xd900000>;
					iova-region-start = <0x10b00000>;
					iova-region-len = <0x100000>;
					iova-region-id = <0x5>;
					qdss-phy-addr = <0x16790000>;