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

Commit cb5efb20 authored by Jiani Liu's avatar Jiani Liu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enlarge CMA memory for QCS404 dts



Enlarge CMA memory from 4M to 16M to avoid
"cma_alloc: alloc failed" error.

Change-Id: Ie03d23ac4d10c3211c762a2e6e46e0c443929307
Signed-off-by: default avatarJiani Liu <jianil@codeaurora.org>
parent 8809578f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

&reserved_mem {
	linux,cma {
		size = <0 0x400000>;
		size = <0 0x1000000>;
	};
};