Merge "ARM: dts: msm: Add support for debug info for parrot"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
dfcaa87d38
@@ -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>;
|
||||
@@ -2729,6 +2735,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";
|
||||
|
Reference in New Issue
Block a user