From: Naresh Kumar Ravulapalli Date: Tue, 19 Aug 2025 04:16:04 +0000 (-0700) Subject: arm: dts: socfpga: Enable driver model for watchdog timer X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26ffc37787e6107878ac2ec9d46a8c01bb731e89;p=thirdparty%2Fu-boot.git arm: dts: socfpga: Enable driver model for watchdog timer All SoCFPGA platforms are switching to CONFIG_WDT (driver model for watchdog timer drivers) from CONFIG_HW_WATCHDOG. Status of watchdog is enabled to assist with this switching. Signed-off-by: Naresh Kumar Ravulapalli Reviewed-by: Tien Fong Chee --- diff --git a/arch/arm/dts/socfpga_stratix10_socdk.dts b/arch/arm/dts/socfpga_stratix10_socdk.dts index e6d8fe6a907..864f4093ef8 100644 --- a/arch/arm/dts/socfpga_stratix10_socdk.dts +++ b/arch/arm/dts/socfpga_stratix10_socdk.dts @@ -137,3 +137,7 @@ &usb0 { status = "okay"; }; + +&watchdog0 { + status = "okay"; +};