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

Commit 07254d6c authored by Sudarshan Rajagopalan's avatar Sudarshan Rajagopalan
Browse files

ARM: dts: msm: Increase offlinable memory region for kona target



Increase the offlinable memory region based on different DDR sizes:
	- For 5-7GB DDR 	: 2GB offlinable region
	- For 7-11GB DDR	: 3GB offlinable region
	- For 11GB DDR and above: 5GB offlinable region

Change-Id: I92bba4af97c8e43c76ece98e7a490db9b1c6114d
Signed-off-by: default avatarSudarshan Rajagopalan <sudaraja@codeaurora.org>
parent 671c11cf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -33,8 +33,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>;
		mboxes = <&qmp_aop 0>;
	};