mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user