mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From 951b9e4887b17cfab12402e941e3f732284028f3 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Sat, 15 Jul 2023 11:46:58 +0200
|
|
Subject: [PATCH 28/43] ipq40xx: enable pstore support
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
.../linux/ipq40xx/patches-5.15/900-pstore.patch | 17 +++++++++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
create mode 100644 target/linux/ipq40xx/patches-5.15/900-pstore.patch
|
|
|
|
diff --git a/target/linux/ipq40xx/patches-5.15/900-pstore.patch b/target/linux/ipq40xx/patches-5.15/900-pstore.patch
|
|
new file mode 100644
|
|
index 0000000000..940ee02020
|
|
--- /dev/null
|
|
+++ b/target/linux/ipq40xx/patches-5.15/900-pstore.patch
|
|
@@ -0,0 +1,17 @@
|
|
+Index: linux-5.15.120/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
+===================================================================
|
|
+--- linux-5.15.120.orig/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
++++ linux-5.15.120/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
+@@ -32,6 +32,12 @@
|
|
+ reg = <0x87e80000 0x180000>;
|
|
+ no-map;
|
|
+ };
|
|
++
|
|
++ ramoops@87f00000 {
|
|
++ compatible = "ramoops";
|
|
++ reg = <0x87df0000 0x10000>;
|
|
++ record-size = <0x1000>;
|
|
++ };
|
|
+ };
|
|
+
|
|
+ aliases {
|
|
--
|
|
2.34.1
|
|
|