[PATCH v1] configs: agilex5: Increase watchdog timeout

Chee, Tien Fong tien.fong.chee at altera.com
Tue Aug 19 06:12:36 CEST 2025



> -----Original Message-----
> From: Yuslaimi, Alif Zakuan <alif.zakuan.yuslaimi at altera.com>
> Sent: Friday, August 15, 2025 11:40 AM
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex at denx.de>; Simon Goldschmidt
> <simon.k.r.goldschmidt at gmail.com>; Chee, Tien Fong
> <tien.fong.chee at altera.com>; Tom Rini <trini at konsulko.com>; Maniyam,
> Dinesh <dinesh.maniyam at altera.com>; Yuslaimi, Alif Zakuan
> <alif.zakuan.yuslaimi at altera.com>
> Subject: [PATCH v1] configs: agilex5: Increase watchdog timeout
> 
> From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
> 
> Linux kernel will fail to boot due to exceeding timeout trying to probe I3C
> device.
> 
> Increasing the watchdog timeout 30 seconds will give enough time for Linux
> to probe the I3C device and will be able to boot up successfully.
> 
> User is expected to fine tune the watchdog timeout for the complete boot in
> production.
> 
> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
> ---
>  configs/socfpga_agilex5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/socfpga_agilex5_defconfig
> b/configs/socfpga_agilex5_defconfig
> index b373201dbaa..846c18eed27 100644
> --- a/configs/socfpga_agilex5_defconfig
> +++ b/configs/socfpga_agilex5_defconfig
> @@ -15,6 +15,7 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
>  CONFIG_SPL_BSS_START_ADDR=0x9ff00000
>  CONFIG_SPL_BSS_MAX_SIZE=0x100000
>  CONFIG_SYS_LOAD_ADDR=0x82000000
> +CONFIG_WATCHDOG_TIMEOUT_MSECS=30000
>  CONFIG_TARGET_SOCFPGA_AGILEX5_SOCDK=y
>  CONFIG_IDENT_STRING="socfpga_agilex5"
>  CONFIG_SPL_FS_FAT=y
> --
> 2.35.3

Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>

Best regards,
Tien Fong



More information about the U-Boot mailing list