arm64: dts: rockchip: fixes ramoops for rk3399-linux.dtsi

This patch fixes the ramoops right register for kernel.

check the '/sys/fs/pstore/console-ramoops-0' after the reboot system.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Change-Id: I345ca0b497031c5d18c2b10eb661efe39a4b3025
This commit is contained in:
Caesar Wang
2021-09-17 11:14:42 +08:00
committed by Tao Huang
parent 54614e8ea6
commit 9efdeb1c2a

View File

@@ -60,21 +60,16 @@
reg = <0x0 0x0 0x0 0x0>;
};
ramoops_mem: region@110000 {
ramoops: ramoops@110000 {
compatible = "ramoops";
reg = <0x0 0x110000 0x0 0xf0000>;
reg-names = "ramoops_mem";
record-size = <0x20000>;
console-size = <0x80000>;
ftrace-size = <0x00000>;
pmsg-size = <0x50000>;
};
};
ramoops: ramoops {
compatible = "ramoops";
record-size = <0x0 0x40000>;
console-size = <0x0 0x80000>;
ftrace-size = <0x0 0x00000>;
pmsg-size = <0x0 0x00000>;
memory-region = <&ramoops_mem>;
};
fiq_debugger: fiq-debugger {
compatible = "rockchip,fiq-debugger";
rockchip,serial-id = <2>;