]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 e6d8fe6a9072fefe99422305abc54a180d99ac44..864f4093ef8b6656613264377d3c6816a7c6c2bd 100644 (file)
 &usb0 {
        status = "okay";
 };
+
+&watchdog0 {
+       status = "okay";
+};