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