public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3] arm64: dts: ti: k3-am625-sk: enable ramoops
@ 2022-05-17 12:21 Guillaume La Roque
  2022-05-17 12:27 ` Guillaume LA ROQUE
  0 siblings, 1 reply; 2+ messages in thread
From: Guillaume La Roque @ 2022-05-17 12:21 UTC (permalink / raw)
  To: linux-omap, nm, vigneshr; +Cc: praneeth, linux-arm-kernel, khilman

Enable ramoops fetures to easily debug some issues.

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
Changes in :
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@9ca00000 {
+			compatible = "ramoops";
+			reg = <0x00 0x9ca00000 0x00 0x00100000>;
+			record-size = <0x8000>;
+			console-size = <0x8000>;
+			ftrace-size = <0x00>;
+			pmsg-size = <0x8000>;
+		};
+
 		secure_tfa_ddr: tfa@9e780000 {
 			reg = <0x00 0x9e780000 0x00 0x80000>;
 			alignment = <0x1000>;
--
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-17 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 12:21 [PATCH v3] arm64: dts: ti: k3-am625-sk: enable ramoops Guillaume La Roque
2022-05-17 12:27 ` Guillaume LA ROQUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox