ARM: dts: msm: Add support for debug info for ravelin
Reserve debug info region of 4KB for ravelin. Change-Id: I835a579bf334e8865a0135f9c591c2bc5ffb792e Signed-off-by: Saranya R <quic_sarar@quicinc.com>
This commit is contained in:
@@ -373,6 +373,12 @@
|
|||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kinfo_mem: debug_kinfo_region {
|
||||||
|
alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>;
|
||||||
|
size = <0x0 0x1000>;
|
||||||
|
no-map;
|
||||||
|
};
|
||||||
|
|
||||||
va_md_mem: va_md_mem_region {
|
va_md_mem: va_md_mem_region {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
|
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
|
||||||
@@ -1930,6 +1936,11 @@
|
|||||||
compatible = "qcom,logbuf-vendor-hooks";
|
compatible = "qcom,logbuf-vendor-hooks";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
google,debug-kinfo {
|
||||||
|
compatible = "google,debug-kinfo";
|
||||||
|
memory-region = <&kinfo_mem>;
|
||||||
|
};
|
||||||
|
|
||||||
mini_dump_node {
|
mini_dump_node {
|
||||||
compatible = "qcom,minidump";
|
compatible = "qcom,minidump";
|
||||||
status = "ok";
|
status = "ok";
|
||||||
|
Reference in New Issue
Block a user