mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
19 lines
354 B
Diff
19 lines
354 B
Diff
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
@@ -31,6 +31,15 @@
|
|
reg = <0x87e80000 0x180000>;
|
|
no-map;
|
|
};
|
|
+
|
|
+ ramoops@88000000 {
|
|
+ compatible = "ramoops";
|
|
+ reg = <0x88000000 0x100000>;
|
|
+
|
|
+ record-size = <0x20000>;
|
|
+ console-size = <0x20000>;
|
|
+ ftrace-size = <0x60000>;
|
|
+ };
|
|
};
|
|
|
|
aliases {
|