mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rockchip: Add pstore pmsg config for rv1126
And set record-size to 128KB, console-size/pmsg-size to 256KB. Change-Id: I690e6ed5050b8079a251eb05da94209b117144be Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -200,11 +200,11 @@
|
||||
|
||||
ramoops: ramoops@8000000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x8000000 0xf0000>;
|
||||
record-size = <0x30000>;
|
||||
console-size = <0xc0000>;
|
||||
reg = <0x8000000 0x100000>;
|
||||
record-size = <0x20000>;
|
||||
console-size = <0x40000>;
|
||||
ftrace-size = <0x00000>;
|
||||
pmsg-size = <0x00000>;
|
||||
pmsg-size = <0x40000>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user