From 7b861d9e0f38bce0eed93b06596c71f1f467dee3 Mon Sep 17 00:00:00 2001 From: Saranya R Date: Mon, 20 May 2024 11:59:38 +0530 Subject: [PATCH] ARM: dts: msm: Add support for debug info for parrot Reserve debug info region of 4KB for parrot. Change-Id: I59af5a2ebe09865c6134c38369f593cf9abf7517 Signed-off-by: Saranya R --- qcom/parrot.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 2c9b4bd1..a7265ad8 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -417,6 +417,12 @@ size = <0x0 0x2800000>; }; + kinfo_mem: debug_kinfo_region { + alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>; + size = <0x0 0x1000>; + no-map; + }; + va_md_mem: va_md_mem_region { compatible = "shared-dma-pool"; alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>; @@ -2727,6 +2733,11 @@ compatible = "qcom,logbuf-vendor-hooks"; }; + google,debug-kinfo { + compatible = "google,debug-kinfo"; + memory-region = <&kinfo_mem>; + }; + mini_dump_node { compatible = "qcom,minidump"; status = "ok";