arm: dts: socfpga: Enable driver model for watchdog timer
authorNaresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Tue, 19 Aug 2025 04:16:04 +0000 (21:16 -0700)
committerTien Fong Chee <tien.fong.chee@intel.com>
Tue, 30 Sep 2025 06:29:52 +0000 (14:29 +0800)
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 <nareshkumar.ravulapalli@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
arch/arm/dts/socfpga_stratix10_socdk.dts

index e6d8fe6..864f409 100644 (file)
 &usb0 {
        status = "okay";
 };
+
+&watchdog0 {
+       status = "okay";
+};