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:
Tao Huang
2020-04-15 17:08:21 +08:00
parent e21ffabe83
commit 64aca22036

View File

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