ARM: dts: msm: Add support for debug info for monaco
Reserve debug info region of 4KB for monaco. Change-Id: I9481c9862838cd754a063a351dd02578d2b3dd2f Signed-off-by: Saranya R <quic_sarar@quicinc.com>
This commit is contained in:
@@ -349,6 +349,12 @@
|
||||
size = <0x0 0x1000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
kinfo_mem: debug_kinfo_region {
|
||||
alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>;
|
||||
size = <0x0 0x1000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -536,6 +542,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
google,debug-kinfo {
|
||||
compatible = "google,debug-kinfo";
|
||||
memory-region = <&kinfo_mem>;
|
||||
};
|
||||
|
||||
mini_dump_mode {
|
||||
compatible = "qcom,minidump";
|
||||
status = "ok";
|
||||
|
Reference in New Issue
Block a user