qualcommax: add console-size + increase record-size

Signed-off-by: Sean Khan <datapronix@protonmail.com>
(cherry picked from commit 4ea718f6ebcaadfe6b274b96d9323970151b78f1)
This commit is contained in:
Sean Khan 2024-10-11 22:05:54 -04:00
parent 13782dcb4e
commit 9f7c16c23c

View File

@ -1,6 +1,6 @@
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -198,6 +198,13 @@ @@ -198,6 +198,14 @@
no-map; no-map;
reg = <0x0 0x51000000 0x0 0x100000>; reg = <0x0 0x51000000 0x0 0x100000>;
}; };
@ -9,7 +9,8 @@
+ compatible = "ramoops"; + compatible = "ramoops";
+ reg = <0x0 0x51200000 0x0 0x100000>; + reg = <0x0 0x51200000 0x0 0x100000>;
+ no-map; + no-map;
+ record-size = <0x1000>; + record-size = <0x4000>;
+ console-size = <0x4000>;
+ }; + };
}; };