-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
target/linux/qualcommax/patches-6.6/0911-arm64-dts-qcom-ipq8074-add-ramoops.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
16 changes: 16 additions & 0 deletions
16
target/linux/qualcommax/patches-6.6/0912-arm64-dts-qcom-ipq6018-add-ramoops.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |