From 2cd1424101102c2e74401120c88610abd7437184 Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Wed, 14 Feb 2024 18:22:50 -0800 Subject: [PATCH] ARM: dts: msm: Increase system cma size for sun Add 4.5 MB for use by minidump_memory driver. Add 2 MB for use by memshare IMS usecase. Change-Id: I5f3897e24dd4b7a1c7bd3f883c4837eaa3ca384a Signed-off-by: Patrick Daly --- qcom/sun.dtsi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 46e0a15a..3390d752 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3676,15 +3676,16 @@ * 6Mb for dma_atomic_pool_init() * 8Mb for kgsl snapshot * 4MB for sharedmem-uio - * 11Mb for "qcom,memshare" device - * 3Mb spare. + * 13Mb for "qcom,memshare" device + * 4.5Mb for minidump_memory + * 0.5Mb spare. */ system_cma: linux,cma { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; - size = <0x0 0x2000000>; + size = <0x0 0x2400000>; linux,cma-default; };