diff --git a/arch/arm64/boot/dts/rockchip/rk3399-linux.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-linux.dtsi index 0549701d615e..bbe1eed20c5e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-linux.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-linux.dtsi @@ -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>;