ARM: dts: msm: Use reserved memory instead of CMA
On qcom-6.6, the memory reserved for memory_dump_v2 should be configured as reserved memory instead of CMA. Change-Id: I181b9fc4431838879d3bb99ceafd4512bcf5914e Signed-off-by: Yingchao Deng <quic_yingdeng@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/soc/qcom,dcc_v2.h>
|
||||
@@ -10,11 +10,8 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
dump_mem: mem_dump_region {
|
||||
compatible = "shared-dma-pool";
|
||||
dump_mem: dump_mem_region {
|
||||
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0 0x1800000>;
|
||||
};
|
||||
};
|
||||
@@ -4505,6 +4502,9 @@
|
||||
compatible = "qcom,mem-dump";
|
||||
memory-region = <&dump_mem>;
|
||||
|
||||
static_dump {
|
||||
qcom,static-mem-dump;
|
||||
|
||||
c0_context {
|
||||
qcom,dump-size = <0x800>;
|
||||
qcom,dump-id = <0x0>;
|
||||
@@ -4916,3 +4916,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user