mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
dts: debug: enable ftrace_ramoops for p212 [1/1]
PD#SWPL-6028 Problem: enable ftrce in ramoops for p212 dtbs Solution: enable ftrce in ramoops for p212 dtbs Verify: P212 Change-Id: I2a4cb76614b44b91996d33775a5f73f91e457d0e Signed-off-by: huijie.huang <huijie.huang@amlogic.com>
This commit is contained in:
@@ -50,6 +50,13 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
ramoops@0x07400000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x07400000 0x00100000>;
|
||||
record-size = <0x8000>;
|
||||
console-size = <0x8000>;
|
||||
ftrace-size = <0x40000>;
|
||||
};
|
||||
secmon_reserved:linux,secmon {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
|
||||
@@ -50,6 +50,13 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
ramoops@0x07400000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x0 0x07400000 0x0 0x00100000>;
|
||||
record-size = <0x8000>;
|
||||
console-size = <0x8000>;
|
||||
ftrace-size = <0x40000>;
|
||||
};
|
||||
secmon_reserved:linux,secmon {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
|
||||
Reference in New Issue
Block a user