summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-10-17 09:09:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-27 11:13:29 +0200
commit594d5d58afcdb717620ca526ab390cef91e8ba21 (patch)
tree19792711a586b138868d899d53aca0c3a2049b7d
parent0e3902ca5bd8f1fe58bb27cea3142d8ed0b21646 (diff)
downloadbarebox-594d5d58afcdb717620ca526ab390cef91e8ba21.tar.gz
barebox-594d5d58afcdb717620ca526ab390cef91e8ba21.tar.xz
Documentations: devicetree: bindings: document watchdog-priority
We parse watchdog-priority for every OF-enabled watchdog device, but failed to document it. Remedy this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221017071000.1458292-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/devicetree/bindings/watchdog/watchdog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/watchdog.rst b/Documentation/devicetree/bindings/watchdog/watchdog.rst
new file mode 100644
index 0000000000..415a4520f4
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/watchdog.rst
@@ -0,0 +1,10 @@
+Watchdogs
+=========
+
+In addition to the upstream bindings, following properties are understood:
+
+Optional properties:
+
+- ``watchdog-priority`` : Overrides the priority set by the driver. Normally,
+ the watchdog device with the biggest reach should reset the system.
+ See :ref:`_system_reset` for more information.