summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-07-30 07:53:46 -0600
committerTom Rini <trini@konsulko.com>2025-07-30 07:53:46 -0600
commitbb708e824922b8f2496ad274fd4de8cb5b5150d8 (patch)
tree58b325dcdae3da0b19ed6eb4ac34a9c53a1c419f /include
parent09974c7a64799909894e6e99d4071190da631088 (diff)
parent7e1e22c70d51d1594ddd3b54e943e511efd65a35 (diff)
Merge tag 'u-boot-watchdog-20250730' of https://source.denx.de/u-boot/custodians/u-boot-watchdog
CI: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=395&view=results - watchdog for STM32MP family updates (Antonio, Clément and Patrice)
Diffstat (limited to 'include')
-rw-r--r--include/wdt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/wdt.h b/include/wdt.h
index 5026f5a6db4..1ef656585c4 100644
--- a/include/wdt.h
+++ b/include/wdt.h
@@ -19,6 +19,15 @@ struct udevice;
*/
/*
+ * Force watchdog start during init. Called by driver's probe when the watchdog
+ * is detected as already started.
+ *
+ * @dev: WDT Device
+ * @return: 0 if OK, -ve on error
+ */
+int wdt_set_force_autostart(struct udevice *dev);
+
+/*
* Start the timer
*
* @dev: WDT Device