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

Commit eb2c6e05 authored by Shivaraj Shetty's avatar Shivaraj Shetty Committed by Gopal G Goberu
Browse files

ARM: dts: msm: align the 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: Ia2607201a0c6525f2487b85ce4d37d9644171efd
Signed-off-by: default avatarShivaraj Shetty <shivaraj@codeaurora.org>
Signed-off-by: default avatarGopal G Goberu <ggopal@qti.qualcomm.com>
Signed-off-by: default avatarGopal G Goberu <ggober@codeaurora.org>
parent 2097f984
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@
		cont_splash_mem: splash_region@83000000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			reg = <0x0 0x83000000 0x0 0x900000>;
			reg = <0x0 0x83000000 0x0 0xc00000>;
			label = "cont_splash_mem";
		};
	};