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

Commit df9877d5 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 SM8150 V2



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

Change-Id: Ifedc7389140a14152127637056bb933205eafa68
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 763429b2
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -235,10 +235,10 @@
				};
				};


				iova-mem-region-shared {
				iova-mem-region-shared {
					/* Shared region is 100MB long */
					/* Shared region is 150MB long */
					iova-region-name = "shared";
					iova-region-name = "shared";
					iova-region-start = <0x7400000>;
					iova-region-start = <0x7400000>;
					iova-region-len = <0x6400000>;
					iova-region-len = <0x9600000>;
					iova-region-id = <0x1>;
					iova-region-id = <0x1>;
					status = "ok";
					status = "ok";
				};
				};
@@ -246,7 +246,7 @@
				iova-mem-region-secondary-heap {
				iova-mem-region-secondary-heap {
					/* Secondary heap region is 1MB long */
					/* Secondary heap region is 1MB long */
					iova-region-name = "secheap";
					iova-region-name = "secheap";
					iova-region-start = <0xd800000>;
					iova-region-start = <0x10A00000>;
					iova-region-len = <0x100000>;
					iova-region-len = <0x100000>;
					iova-region-id = <0x4>;
					iova-region-id = <0x4>;
					status = "ok";
					status = "ok";
@@ -255,8 +255,8 @@
				iova-mem-region-io {
				iova-mem-region-io {
					/* IO region is approximately 3.3 GB */
					/* IO region is approximately 3.3 GB */
					iova-region-name = "io";
					iova-region-name = "io";
					iova-region-start = <0xda00000>;
					iova-region-start = <0x10C00000>;
					iova-region-len = <0xd2500000>;
					iova-region-len = <0xCF300000>;
					iova-region-id = <0x3>;
					iova-region-id = <0x3>;
					status = "ok";
					status = "ok";
				};
				};
@@ -264,7 +264,7 @@
				iova-mem-qdss-region {
				iova-mem-qdss-region {
					/* QDSS region is appropriate 1MB */
					/* QDSS region is appropriate 1MB */
					iova-region-name = "qdss";
					iova-region-name = "qdss";
					iova-region-start = <0xd900000>;
					iova-region-start = <0x10B00000>;
					iova-region-len = <0x100000>;
					iova-region-len = <0x100000>;
					iova-region-id = <0x5>;
					iova-region-id = <0x5>;
					qdss-phy-addr = <0x16790000>;
					qdss-phy-addr = <0x16790000>;