diff --git a/target/linux/ipq40xx/patches-5.4/998-enable-ramoops.patch b/target/linux/ipq40xx/patches-5.4/998-enable-ramoops.patch new file mode 100644 index 0000000000..48eb22c759 --- /dev/null +++ b/target/linux/ipq40xx/patches-5.4/998-enable-ramoops.patch @@ -0,0 +1,18 @@ +--- 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@83f00000 { ++ compatible = "ramoops"; ++ reg = <0x83f00000 0x80000>; ++ ++ record-size = <0x10000>; ++ console-size = <0x10000>; ++ ftrace-size = <0x20000>; ++ }; + }; + + aliases {