diff --git a/qcom/neo.dtsi b/qcom/neo.dtsi index dbe036f7..d6be2d57 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>;