mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 02:25:29 +08:00
19 lines
353 B
Diff
19 lines
353 B
Diff
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
@@ -32,6 +32,15 @@
|
|
reg = <0x87e80000 0x180000>;
|
|
no-map;
|
|
};
|
|
+
|
|
+ ramoops@83f00000 {
|
|
+ compatible = "ramoops";
|
|
+ reg = <0x83f00000 0x80000>;
|
|
+
|
|
+ record-size = <0x10000>;
|
|
+ console-size = <0x10000>;
|
|
+ ftrace-size = <0x20000>;
|
|
+ };
|
|
};
|
|
|
|
aliases {
|