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:
huijie.huang
2019-07-01 17:14:32 +08:00
committed by Luan Yuan
parent 4952033e4b
commit a2d7677c04
2 changed files with 14 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;