Merge patch series "arm: mach-k3: am64x: Add reset cause for cpuinfo"
authorTom Rini <trini@konsulko.com>
Fri, 12 Sep 2025 18:30:15 +0000 (12:30 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Sep 2025 19:49:34 +0000 (13:49 -0600)
commit5cd1b21bf6f0f0ac037193f9aed4e50fafe7282a
tree34c636761759a3e64bc5affda9afb2adfd5b87e0
parent4d1caf58d22f8be26ded411d5774eaa6eaa3714f
parent3d9bd76b07fa2e3de167f6d8916bcb6cce6484af
Merge patch series "arm: mach-k3: am64x: Add reset cause for cpuinfo"

Steffen Kothe <steffen.kothe@skothe.net> says:

AM64X hereby receives support for reset reason printing during boot.

Unfortunately does the AM64X register mapping slighlty differ from
the AM62X. WDT and PORZ are not part of the reset source register, but
the mapping remains the same for all other causes.

To prevent ifdef/else constructs, I decided to follow a simple
copy/paste approach and adjusted the logic accordingly.

Link: https://lore.kernel.org/r/20250831151706.404373-1-steffen.kothe@skothe.net
arch/arm/mach-k3/am64x/boot.c
arch/arm/mach-k3/include/mach/am64_hardware.h