Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze303 committed Oct 21, 2024
1 parent 7cddf45 commit cad19a2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
--- 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 {
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@ -223,6 +223,13 @@
reg = <0x0 0x4ab00000 0x0 0x5500000>;
no-map;
};
+
+ ramoops_region: ramoops@50000000 {
+ compatible = "ramoops";
+ reg = <0x0 0x50000000 0x0 0x100000>;
+ no-map;
+ record-size = <0x1000>;
+ };
};

smem {

0 comments on commit cad19a2

Please sign in to comment.