[PATCH v1 15/17] drivers: watchdog: update watchdog driver for agilex5

Jit Loon Lim jit.loon.lim at intel.com
Wed Jun 21 05:16:08 CEST 2023


This is for new platform enablement for agilex5.
Update watchdog timeout timer for new platform.

Signed-off-by: Jit Loon Lim <jit.loon.lim at intel.com>
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 646663528a..18d2e33e09 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -28,7 +28,7 @@ config WATCHDOG_TIMEOUT_MSECS
 	int "Watchdog timeout in msec"
 	default 128000 if ARCH_MX31 || ARCH_MX5 || ARCH_MX6
 	default 128000 if ARCH_MX7 || ARCH_VF610
-	default 30000 if ARCH_SOCFPGA
+	default 10000 if ARCH_SOCFPGA
 	default 16000 if ARCH_SUNXI
 	default 5376 if ULP_WATCHDOG
 	default 15000 if ARCH_BCM283X
-- 
2.26.2



More information about the U-Boot mailing list