ramips: improve ramoops support

(cherry picked from commit b8874d9057)
This commit is contained in:
AmadeusGhost 2020-08-10 22:09:18 +08:00 committed by Tianling Shen
parent 74940653d4
commit afc4bc891e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -33,13 +33,19 @@
compatible = "mti,cpu-interrupt-controller";
};
ramoops@3f00000 {
compatible = "ramoops";
reg = <0x3f00000 0x100000>;
reserved-memory {
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges;
record-size = <0x20000>;
console-size = <0x20000>;
ftrace-size = <0x40000>;
ramoops@3f00000 {
compatible = "ramoops";
reg = <0x3f00000 0x80000>;
record-size = <0x10000>;
console-size = <0x10000>;
ftrace-size = <0x20000>;
};
};
aliases {