mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 16:41:07 +00:00
Signed-off-by: Sean Khan <datapronix@protonmail.com> (cherry picked from commit 4ea718f6ebcaadfe6b274b96d9323970151b78f1)
18 lines
372 B
Diff
18 lines
372 B
Diff
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -198,6 +198,14 @@
|
|
no-map;
|
|
reg = <0x0 0x51000000 0x0 0x100000>;
|
|
};
|
|
+
|
|
+ ramoops_region: ramoops@51200000 {
|
|
+ compatible = "ramoops";
|
|
+ reg = <0x0 0x51200000 0x0 0x100000>;
|
|
+ no-map;
|
|
+ record-size = <0x4000>;
|
|
+ console-size = <0x4000>;
|
|
+ };
|
|
};
|
|
|
|
firmware {
|