]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ten64: disable watchdog autostart
authorMathew McBride <matt@traverse.com.au>
Fri, 21 Jul 2023 04:39:27 +0000 (04:39 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:50 +0000 (09:40 -0400)
commit6af6677f01c3ea17a3a3e0070f6de774be02dd87
tree21ad611d32ab8e28d07220666dbdebf4935f4da8
parent06e19a6d3e2311efb4078806394954f39cbd15a2
board: ten64: disable watchdog autostart

The watchdog driver was previously enabled but not used
until U-Boot's fsl-ls1088a.dtsi was updated to describe them.

Some Linux distributions (e.g Debian 11) do not engage the
SP805 watchdogs, causing unexpected resets after boot.

To conserve the user experience, turn off the autostart,
and we will provide a mechanism to turn them on at boot
via env vars.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
configs/ten64_tfa_defconfig