diff options
author | Guillaume La Roque <[email protected]> | 2022-05-17 14:28:28 +0200 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2022-07-06 19:29:19 -0500 |
commit | e2788887b33f00c4fabbfa251c8efb6bec1fba2e (patch) | |
tree | 3a779e90088d6173d64653acd23d3ebc0c0c2a0c | |
parent | c553bf25f0f4135e17cf064a6875d5cbc43b0956 (diff) |
arm64: dts: ti: k3-am625-sk: Enable ramoops
Enable ramoops features to easily debug some issues.
Signed-off-by: Guillaume La Roque <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am625-sk.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts index d0c3128fa036..9b4dbae9d4aa 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts @@ -43,6 +43,15 @@ #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>; |