From d4e05189f9232956ef3c4ace3d533ef531a0de06 Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Tue, 10 May 2022 11:30:09 +0530 Subject: [PATCH] ARM: dts: msm: Increase the CMA memory for mem-dump driver on Cape Sudden decrease of the CMA memory causing the memory driver probe to fail as the continuous memory is not available and that resulting in page migration of existing user of CMA memory. Increase the CMA memory to reduce this crunch. Change-Id: I20e50c573e7b2ac5df3e77001efbd6b0ced0ff59 --- qcom/cape-debug.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/cape-debug.dtsi b/qcom/cape-debug.dtsi index d1e78f3f..d5034b36 100644 --- a/qcom/cape-debug.dtsi +++ b/qcom/cape-debug.dtsi @@ -10,7 +10,7 @@ alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>; reusable; alignment = <0x0 0x400000>; - size = <0 0x2c00000>; + size = <0 0x3400000>; }; };