ARM: dts: msm: limit memory dump range to low 8G

Limit memory dump reserved memory range to low 8G.

Change-Id: I591cb3f3cbc3e1d0ef55f76739b83314b24fede0
This commit is contained in:
Yuanfang Zhang
2022-04-27 18:09:27 +08:00
committed by Gerrit - the friendly Code Review server
parent 5a7142371c
commit a6046a44a4

View File

@@ -7,7 +7,7 @@
dump_mem: mem_dump_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
alloc-ranges = <0x0 0x00000000 0x1 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0 0x3000000>;