ARM64: dts: rk3399-monkey: add pstore node
authorHuibin Hong <huibin.hong@rock-chips.com>
Fri, 8 Apr 2016 09:53:16 +0000 (17:53 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 8 Apr 2016 11:07:57 +0000 (19:07 +0800)
Change-Id: Ie4e3a3c390807c5d0559eee3d0627a5dae2bd9b3
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-monkey.dts

index 64adef7abb3d59e5a0858087f3dc595cb1b24a5e..c798a35ddb67a21d4505d441061b4545f3fdfd50 100644 (file)
                bootargs = "console=uart,mmio32,0xff1a0000";
        };
 
+       ramoops_mem: ramoops_mem {
+               reg = <0x0 0x100000 0x0 0x100000>;
+               reg-names = "ramoops_mem";
+       };
+
+       ramoops {
+               compatible = "ramoops";
+               record-size = <0x0 0x20000>;
+               console-size = <0x0 0x80000>;
+               ftrace-size = <0x0 0x10000>;
+               pmsg-size = <0x0 0x50000>;
+               memory-region = <&ramoops_mem>;
+       };
+
        reserved-memory {
                #address-cells = <2>;
                #size-cells = <2>;