arm64: dts: rockchip: rk3358-linux.dtsi: add ramoops device node
Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com> Change-Id: If2497b36f984348467948f15a97c62bd8fe6668d
This commit is contained in:
parent
08546dd843
commit
270801db59
|
|
@ -33,6 +33,15 @@
|
|||
compatible = "rockchip,drm-logo";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
ramoops: ramoops@110000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x0 0x110000 0x0 0xf0000>;
|
||||
record-size = <0x20000>;
|
||||
console-size = <0x80000>;
|
||||
ftrace-size = <0x00000>;
|
||||
pmsg-size = <0x50000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue