[PATCH v4] arm64: dts: ti: k3-am625-sk: enable ramoops
Guillaume La Roque
glaroque at baylibre.com
Tue May 17 05:28:28 PDT 2022
Enable ramoops features to easily debug some issues.
Signed-off-by: Guillaume La Roque <glaroque at baylibre.com>
Signed-off-by: Kevin Hilman <khilman at baylibre.com>
---
Changes in :
v4:
- fix typo in commit message
v3:
- run dtbs_check
v2:
- Apply script create-mem_map.py with args given by Nishanth Menon
- Spelling fix
---
arch/arm64/boot/dts/ti/k3-am625-sk.dts | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index 0de4113ccd5d..62d8503b5923 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -36,6 +36,15 @@ reserved-memory {
#size-cells = <2>;
ranges;
+ ramoops at 9ca00000 {
+ compatible = "ramoops";
+ reg = <0x00 0x9ca00000 0x00 0x00100000>;
+ record-size = <0x8000>;
+ console-size = <0x8000>;
+ ftrace-size = <0x00>;
+ pmsg-size = <0x8000>;
+ };
+
secure_tfa_ddr: tfa at 9e780000 {
reg = <0x00 0x9e780000 0x00 0x80000>;
alignment = <0x1000>;
--
2.25.1
More information about the linux-arm-kernel
mailing list