mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
5a7142371c
commit
a6046a44a4
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user