Merge "ARM: dts: msm: Increase system cma size for sun"

This commit is contained in:
qctecmdr
2024-03-12 01:44:25 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -3683,15 +3683,16 @@
* 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
* 11Mb for "qcom,memshare" device * 13Mb for "qcom,memshare" device
* 3Mb spare. * 4.5Mb for minidump_memory
* 0.5Mb 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 0x2000000>; size = <0x0 0x2400000>;
linux,cma-default; linux,cma-default;
}; };