From: Heinrich Schuchardt Date: Fri, 5 Nov 2021 18:34:31 +0000 (+0100) Subject: watchdog: don't autostart watchdog on Sunxi boards X-Git-Tag: v2022.01-rc2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86798ee0c148db248d8e3e9b6395bbe9e24d9149;p=pandora-u-boot.git watchdog: don't autostart watchdog on Sunxi boards The Sunxi boards only support a 16 second watchdog timeout. This is too short to boot Linux. The UEFI specification requires 300 seconds as default timeout. Change the default for CONFIG_WATCHDOG_AUTOSTART for ARCH_SUNXI. Fixes: b147bd3607f8 ("sunxi: Enable watchdog timer support by default") Signed-off-by: Heinrich Schuchardt Tested-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index d306054a8c2..1177f17fd8a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -12,6 +12,7 @@ config WATCHDOG config WATCHDOG_AUTOSTART bool "Automatically start watchdog timer" depends on WDT + default n if ARCH_SUNXI default y help Automatically start watchdog timer and start servicing it during