Merge "ARM: dts: msm: Add va-minidump node for Diwali"

This commit is contained in:
qctecmdr
2021-08-24 07:31:27 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -341,6 +341,13 @@
no-map;
reg = <0x0 0x80860000 0x0 0x20000>;
};
va_md_mem: va_md_mem_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
reusable;
size = <0 0x1000000>;
};
};
&soc {
@@ -749,6 +756,11 @@
mini_dump_node {
compatible = "qcom,minidump";
};
va_mini_dump {
compatible = "qcom,va-minidump";
memory-region = <&va_md_mem>;
status = "ok";
};