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

Commit 08b670bc authored by Swathi Sridhar's avatar Swathi Sridhar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Include the alloc-ranges property for dump_mem node



Include the alloc-ranges property for the dump_mem cma heap
node to specify the address range within which we want the cma
heap allocated.

Change-Id: I0a4d9813a7ee1d0e765ac5c0d101c21f13f0ab0f
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent 79f30a65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@

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