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

Commit 439c8135 authored by Vishnuvardhan Prodduturi's avatar Vishnuvardhan Prodduturi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Align splash memory size to 4MB



As splash memory is allocated from CMA heap, memory reservation size
is aligned to 4MB where as memblock_free is freeing only requested size
resulting in part of memory being always marked as reserved. Fix this by
requesting for size aligned to 4MB.

Change-Id: I763f07efff5cc55992149a3ef9133cfbbc9a54a8
Signed-off-by: default avatarVishnuvardhan Prodduturi <vproddut@codeaurora.org>
parent dfc02b54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
		cont_splash_mem: splash_region@83000000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			reg = <0x0 0x83000000 0x0 0x1200000>;
			reg = <0x0 0x83000000 0x0 0x1400000>;
			label = "cont_splash_mem";
		};
	};