ipq807x_v5.4/ipq50xx: Enable ramoops for EAP104, OAP101, and OAP101e

Fixes: WIFI-15203
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
Tanya Singh
2025-10-31 13:48:43 +08:00
committed by John Crispin
parent dc64ce6f31
commit e9bf367aed
3 changed files with 24 additions and 0 deletions

View File

@@ -289,6 +289,14 @@
reg = <0x0 0x4F800000 0x0 0x500000>;
};
ramoops@4FD00000 {
compatible = "ramoops";
reg = <0x0 0x4FD00000 0x0 0x80000>;
record-size = <0x25000>;
console-size = <0x25000>;
pmsg-size = <0x25000>;
};
#endif
};

View File

@@ -287,6 +287,14 @@
reg = <0x0 0x4F800000 0x0 0x500000>;
};
ramoops@4FD00000 {
compatible = "ramoops";
reg = <0x0 0x4FD00000 0x0 0x80000>;
record-size = <0x25000>;
console-size = <0x25000>;
pmsg-size = <0x25000>;
};
#endif
};

View File

@@ -287,6 +287,14 @@
reg = <0x0 0x4F800000 0x0 0x500000>;
};
ramoops@4FD00000 {
compatible = "ramoops";
reg = <0x0 0x4FD00000 0x0 0x80000>;
record-size = <0x25000>;
console-size = <0x25000>;
pmsg-size = <0x25000>;
};
#endif
};