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

Commit 18c5b4e3 authored by Mao Jinlong's avatar Mao Jinlong Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Correct the dump_mem size for MSM8953 and MSM8937



Correct the size of dump_mem as it is too large for mem_dump.

Change-Id: I64fb6c7500d9101c6662ddf45b8054744967ae36
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent c1940edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@
		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x2400000>;
			size = <0x400000>;
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x2400000>;
			size = <0x400000>;
		};
	};