ARM: dts: msm: Modify dump_mem dts node property to adapt kernel-6.6 on monaco

For static-mem-dump, it's required to include in a child node.

Change-Id: Ic625878142c4a0c17bc6d2084d794f8d593b6fa8
Signed-off-by: Xiaoqi Zhuang <quic_xiaozhua@quicinc.com>
This commit is contained in:
Xiaoqi Zhuang
2024-07-16 10:35:01 +08:00
parent 74312e208e
commit 857c487ffa

View File

@@ -719,6 +719,10 @@
mem_dump { mem_dump {
compatible = "qcom,mem-dump"; compatible = "qcom,mem-dump";
memory-region = <&dump_mem>;
static_dump {
qcom,static-mem-dump;
c0_context { c0_context {
qcom,dump-size = <0x800>; qcom,dump-size = <0x800>;
@@ -820,6 +824,7 @@
qcom,dump-id = <0x101>; qcom,dump-id = <0x101>;
}; };
}; };
};
qcom,smp2p-modem { qcom,smp2p-modem {
compatible = "qcom,smp2p"; compatible = "qcom,smp2p";