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

Commit 14c91397 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: qcom: Adjust memory-hotplug region size for kona

Increase the minimum size of the Normal zone to 5600 Mb.
The current largest expected memory usecase is approximately:
Managed:         5700 Mb
CMA:	          300 Mb
Ion:             3400 Mb
Slab:		  700 Mb
Misc GFP_KERNEL:  800 Mb
Anon/File LRU:    300 Mb
Vmalloc:          100 Mb
Spare:            100 Mb

Movable Zone:
Managed:         2000 Mb
Anon/File LRU:   1000 Mb
Spare:           1000 Mb.

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

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