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

Commit 48210275 authored by Yuanfang Zhang's avatar Yuanfang Zhang
Browse files

ARM: dts: msm: Provide alloc-ranges for mem_dump region



Provide alloc-ranges for mem_dump region for some targets.

Change-Id: I015cdeb5d095a5ed0923a1569eb729105c2e947b
Signed-off-by: default avatarYuanfang Zhang <zhangyuanfang@codeaurora.org>
parent c5ac9792
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -657,6 +657,7 @@

		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			size = <0 0x2400000>;
		};
+1 −0
Original line number Diff line number Diff line
@@ -768,6 +768,7 @@

		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			size = <0 0x2400000>;
		};
+1 −0
Original line number Diff line number Diff line
@@ -566,6 +566,7 @@

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