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

Commit 2a877a17 authored by Sudarshan Rajagopalan's avatar Sudarshan Rajagopalan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Increase memory-hotplug region for kona

Since swap is enabled now, increase the hotplug region
by 1GB for 6GB targets.

Change-Id: Ide699356396845da464ec8f9cfbbc654e7aa5579
parent f7793dbe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@

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