From b8de75b6ce31acec35e2ffdcad2f1bf90ae36315 Mon Sep 17 00:00:00 2001 From: Kamati Srinivas Date: Fri, 3 Jun 2022 20:22:33 +0530 Subject: [PATCH] ARM: dts: msm: Add va minidump node for neo Add va minidump node for neo. Change-Id: I8b99fd8b74aaf357c2429d8f87f506c88f018a6c --- qcom/neo.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qcom/neo.dtsi b/qcom/neo.dtsi index 2dd38868..42a2976f 100644 --- a/qcom/neo.dtsi +++ b/qcom/neo.dtsi @@ -268,6 +268,13 @@ mem-type = <2>; }; + va_md_mem: va_md_mem_region { + compatible = "shared-dma-pool"; + alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; + reusable; + size = <0 0x1000000>; + }; + user_contig_mem: user_contig_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; @@ -1391,6 +1398,12 @@ compatible = "qcom,minidump"; }; + va_mini_dump { + compatible = "qcom,va-minidump"; + memory-region = <&va_md_mem>; + status = "ok"; + }; + tcsr_mutex_block: syscon@1f40000 { compatible = "syscon"; reg = <0x1f40000 0x20000>;