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

Commit 0298a5d4 authored by Chaoli Zhou's avatar Chaoli Zhou Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Increasing the CMA size



Since dual wlan cards attach take up more than 30M
DMA contiguous memory, so increasing the CMA size
to fix calling dma_alloc_coherent failure issue
from wlanhost driver side.

Change-Id: Iae43f0654d4400a9cde884809f565d2e9011267b
Signed-off-by: default avatarChaoli Zhou <zchaoli@codeaurora.org>
parent a0b558b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -719,7 +719,7 @@
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x2800000>;
			size = <0x0 0x3c00000>;
			linux,cma-default;
		};
	};