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

Commit d86bbc1c authored by Charan Teja Kalla's avatar Charan Teja Kalla
Browse files

ARM: dts: msm: update the pasr sizes on lito

Update the PASR offlineable sizes as below:
6GB DDR --> 1GB offline
8Gb DDR --> 2GB offline.

This change is intended to increase the ZONE_NORMAL which is
addressing the launch latency issues.

Change-Id: Ic68261f9349aac1f20771d4d85855339f42a94c1
parent c7fc3cc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@

	mem-offline {
		compatible = "qcom,mem-offline";
		offline-sizes = <0x1 0x40000000 0x0 0x80000000>,
				<0x1 0xc0000000 0x0 0xc0000000>,
		offline-sizes = <0x1 0x40000000 0x0 0x40000000>,
				<0x1 0xc0000000 0x0 0x80000000>,
				<0x2 0xc0000000 0x1 0x40000000>;
		granule = <512>;
		mboxes = <&qmp_aop 0>;