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

This commit is contained in:
qctecmdr
2023-12-21 01:34:44 -08:00
committed by Gerrit - the friendly Code Review server

View File

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