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

Commit f2bef363 authored by Prakasha Nayak's avatar Prakasha Nayak
Browse files

ARM: dts: msm: Increasing shared mem region size for sm6150 and atoll



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

Change-Id: Ib04640e77230dc90ba1b023818aa0141f1c01e58
Signed-off-by: default avatarPrakasha Nayak <pnayak@codeaurora.org>
parent f302511f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, 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
@@ -497,19 +497,19 @@
				};

				iova-mem-region-io {
					/* IO region is approximately 3 GB */
					/* IO region is approximately 3.3 GB */
					iova-region-name = "io";
					iova-region-start = <0x10B11000>;
					iova-region-len = <0xCF4EF000>;
					iova-region-start = <0x10C00000>;
					iova-region-len = <0xCF300000>;
					iova-region-id = <0x3>;
					status = "ok";
				};

				iova-mem-qdss-region {
					/* qdss region is approximately 64K */
					/* qdss region is approximately 1MB */
					iova-region-name = "qdss";
					iova-region-start = <0x10B00000>;
					iova-region-len = <0x10000>;
					iova-region-len = <0x100000>;
					iova-region-id = <0x5>;
					qdss-phy-addr = <0x16790000>;
					status = "ok";
+6 −6
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, 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
@@ -337,19 +337,19 @@
				};

				iova-mem-region-io {
					/* IO region is approximately 3 GB */
					/* IO region is approximately 3.3 GB */
					iova-region-name = "io";
					iova-region-start = <0x10B11000>;
					iova-region-len = <0xCF4EF000>;
					iova-region-start = <0x10C00000>;
					iova-region-len = <0xCF300000>;
					iova-region-id = <0x3>;
					status = "ok";
				};

				iova-mem-qdss-region {
					/* qdss region is approximately 64K */
					/* qdss region is approximately 1MB */
					iova-region-name = "qdss";
					iova-region-start = <0x10B00000>;
					iova-region-len = <0x10000>;
					iova-region-len = <0x100000>;
					iova-region-id = <0x5>;
					qdss-phy-addr = <0x16790000>;
					status = "ok";