Part Number: AM625
Hi TI Support Team,
We have experienced a problem.
A customer wants to use the Watchdog. This works fine as long as the SoC is a HS-FS AM625.
When the system is secured (HS-SE) device, the watchdog no longer triggers a reset.
We used the following command to trigger the reset:
root@am62x-var-som:~# echo 0 > /dev/watchdog
[ 37.915089] watchdog: watchdog0: nowayout prevents watchdog being stopped!
[ 37.922007] watchdog: watchdog0: watchdog did not stop!
root@am62x-var-som:~#
(after 33 seconds (counting seconds in my head))
U-Boot SPL 2025.01-g0a9e882bb85f (Oct 06 2025 - 10:36:20 +0000)
We have found a patch on the U-Boot mailing list. The patch works fine and let's the watchdog reset the machine:
https://lists.denx.de/pipermail/u-boot/2025-August/596717.html
However, this patch raises some questions: It restores the watchdog functionality but it will leave access to certain registers open that probably shouldn't be open.
Can you comment on this patch?
Best-case scenario: Can you provide a fix in the next release?
We are currently still on the 11.00.09.04 release, but I have not seen a fix for this in the Release Notes at
Thank you for your support.
Matthias