Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efb8949a authored by Kuichu Ni's avatar Kuichu Ni
Browse files

ARM: dts: msm: Enlarge the minidump cma area

Enlarge the minidump cma area due to a number of new DTSI nodes
(mainly related to CPU cache minidumps) have been added, which
require more space.

Change-Id: I985d2bc74124e75c65ac98f0c207a76ee868c4b7
parent b34dadd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -445,8 +445,9 @@

		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			reusable;
			size = <0 0x2400000>;
			size = <0 0x2800000>;
		};

		/* global autoconfigured region for contiguous allocations */