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

Commit 1efa9848 authored by Tejas Prajapati's avatar Tejas Prajapati Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Increasing shared mem region size for SM6150 and sdmmagpie



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

Change-Id: I18fc6b33421a810e909a1b7679e351f5ee7d38c1
Signed-off-by: default avatarTejas Prajapati <tpraja@codeaurora.org>
parent ed85a423
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -409,10 +409,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";
				};
@@ -420,7 +420,7 @@
				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";
@@ -429,8 +429,8 @@
				iova-mem-region-io {
					/* IO region is approximately 3 GB */
					iova-region-name = "io";
					iova-region-start = <0xda00000>;
					iova-region-len = <0xace00000>;
					iova-region-start = <0x10C00000>;
					iova-region-len = <0xA9C00000>;
					iova-region-id = <0x3>;
					status = "ok";
				};
@@ -438,7 +438,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>;
+7 −7
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -318,10 +318,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>;
					iova-granularity = <0x15>;
					status = "ok";
@@ -330,7 +330,7 @@
				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";
@@ -339,8 +339,8 @@
				iova-mem-region-io {
					/* IO region is approximately 3 GB */
					iova-region-name = "io";
					iova-region-start = <0xd911000>;
					iova-region-len = <0xd26ef000>;
					iova-region-start = <0x10B11000>;
					iova-region-len = <0xCF4EF000>;
					iova-region-id = <0x3>;
					status = "ok";
				};
@@ -348,7 +348,7 @@
				iova-mem-qdss-region {
					/* qdss region is approximately 64K */
					iova-region-name = "qdss";
					iova-region-start = <0xd900000>;
					iova-region-start = <0x10B00000>;
					iova-region-len = <0x10000>;
					iova-region-id = <0x5>;
					qdss-phy-addr = <0x16790000>;