ARM: dts: msm: remove no-map for lk_pool on msm8996 auto boards

no-map is set for carve out memory, which means it will never be
brought back to system. While in kernel, such memory should be recycled
if no one uses it.

CRs-Fixed: 2168593
Change-Id: I06471db012927e82faee12149d14c79d7097cc1c
Signed-off-by: Guchun Chen <guchunc@codeaurora.org>
This commit is contained in:
Guchun Chen 2018-01-18 16:17:43 +08:00
parent 1707cb3ff1
commit 16ac82899e
2 changed files with 0 additions and 2 deletions

View file

@ -1505,7 +1505,6 @@
/ {
reserved-memory {
lk_mem: lk_pool@0x91600000 {
no-map;
reg = <0 0x91600000 0 0x00600000>;
label = "lk_pool";
};

View file

@ -1293,7 +1293,6 @@
/ {
reserved-memory {
lk_mem: lk_pool@0x91600000 {
no-map;
reg = <0 0x91600000 0 0x00600000>;
label = "lk_pool";
};