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

Commit 6954d06c authored by Depeng Shao's avatar Depeng Shao
Browse files

ARM: dts: msm: Increase ICP shared region to 261MB

To support more IPE/BPS instances, increase ICP shared
region to 261MB.

CRs-Fixed: 2799865
Change-Id: I1085f19440f495dcee65b561ce78f25cbee11c9d
parent 74908cc5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -470,10 +470,10 @@
				};

				iova-mem-region-shared {
					/* Shared region is 150MB long */
					/* Shared region is 261MB long */
					iova-region-name = "shared";
					iova-region-start = <0x7400000>;
					iova-region-len = <0x9600000>;
					iova-region-start = <0x500000>;
					iova-region-len = <0x10500000>;
					iova-region-id = <0x1>;
					status = "ok";
				};