mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
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
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0 0x2c00000>;
|
||||
size = <0 0x3400000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user