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

Commit b5c6df67 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

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

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 can address
the launch latency issues.

Change-Id: I6304826b41e35228791bb935b39ee79a47cf1601
parent ae12c12b
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>;
	};