ARM: dts: msm: Increase System CMA pool for sun

Support the memshare device, which requires 6 Mb.

Change-Id: I1d72bdf7cdb895fbe76e49ad3541fa715bddf24d
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
Patrick Daly
2023-12-14 16:50:43 -08:00
parent 6575bbc9b2
commit c527b04000

View File

@@ -3479,14 +3479,15 @@
* 6Mb for dma_atomic_pool_init() * 6Mb for dma_atomic_pool_init()
* 8Mb for kgsl snapshot * 8Mb for kgsl snapshot
* 4MB for sharedmem-uio * 4MB for sharedmem-uio
* 2Mb spare. * 6Mb for "qcom,memshare" device
* 4Mb spare.
*/ */
system_cma: linux,cma { system_cma: linux,cma {
compatible = "shared-dma-pool"; compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable; reusable;
alignment = <0x0 0x400000>; alignment = <0x0 0x400000>;
size = <0x0 0x1400000>; size = <0x0 0x1C00000>;
linux,cma-default; linux,cma-default;
}; };