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

Commit 538be603 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: update offlineable sizes for trinket



update offlineable sizes for trinket as below.
	- For 5-7GB DDR		: 2GB offlinable region
	- For 7-11GB DDR	: 3GB offlinable region
	- For 11GB DDR and above: 5GB offlinable region

Change-Id: I8d3e5e7748fade020a9f202cd7e64cbc701c8a3d
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent b534ab03
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -39,8 +39,9 @@

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