From 6833986c6f6e6f41dc4c665672fb20ae011dbe0b Mon Sep 17 00:00:00 2001 From: Saranya R Date: Mon, 7 Apr 2025 11:29:26 +0530 Subject: [PATCH] ARM: dts: msm: Add support for debug info for monaco Reserve debug info region of 4KB for monaco. Change-Id: I9481c9862838cd754a063a351dd02578d2b3dd2f Signed-off-by: Saranya R --- qcom/monaco.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/qcom/monaco.dtsi b/qcom/monaco.dtsi index 8caec9be..d94c3916 100644 --- a/qcom/monaco.dtsi +++ b/qcom/monaco.dtsi @@ -349,6 +349,12 @@ size = <0x0 0x1000000>; linux,cma-default; }; + + kinfo_mem: debug_kinfo_region { + alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>; + size = <0x0 0x1000>; + no-map; + }; }; }; @@ -536,6 +542,11 @@ }; }; + google,debug-kinfo { + compatible = "google,debug-kinfo"; + memory-region = <&kinfo_mem>; + }; + mini_dump_mode { compatible = "qcom,minidump"; status = "ok";