ipq40xx: add ramoops dts
This commit is contained in:
parent
2ffd829a6b
commit
dd0389c62f
18
target/linux/ipq40xx/patches-5.4/998-enable-ramoops.patch
Normal file
18
target/linux/ipq40xx/patches-5.4/998-enable-ramoops.patch
Normal file
@ -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 {
|
||||
Loading…
Reference in New Issue
Block a user