summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorThorsten Scherer <t.scherer@eckelmann.de>2022-12-05 22:10:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-07 07:59:32 +0100
commit240f40fd6e2162707d30a76f8084657fe2cd71a0 (patch)
tree58bc52ae25e465a470a1804f579e587aa7d29004 /Documentation
parent480d1a29f522f8159c89f95aa5b459049503cd7b (diff)
downloadbarebox-240f40fd6e2162707d30a76f8084657fe2cd71a0.tar.gz
barebox-240f40fd6e2162707d30a76f8084657fe2cd71a0.tar.xz
Documentation: devicetree: bindings: Fix broken ref
Fixes: 594d5d58af ("Documentations: devicetree: bindings: document watchdog-priority") Fixes: 21dda946e7 ("restart: do restart-priority OF parsing in restart_handler_register") Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de> Link: https://lore.barebox.org/20221205211054.zi77zva7xns54kbc@NB142.eckelmann.group Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/power/restart.rst2
-rw-r--r--Documentation/devicetree/bindings/watchdog/watchdog.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/power/restart.rst b/Documentation/devicetree/bindings/power/restart.rst
index 42b87f7e9c..9a84c4f224 100644
--- a/Documentation/devicetree/bindings/power/restart.rst
+++ b/Documentation/devicetree/bindings/power/restart.rst
@@ -7,7 +7,7 @@ Optional properties:
- ``restart-priority`` : Overrides the priority set by the driver. Normally,
the device with the biggest reach should reset the system.
- See :ref:`_system_reset` for more information.
+ See :ref:`system_reset` for more information.
- ``barebox,restart-warm-bootrom`` : Restart will not cause loss to non-volatile
registers sampled by the bootrom at startup. This is a necessary precondition
diff --git a/Documentation/devicetree/bindings/watchdog/watchdog.rst b/Documentation/devicetree/bindings/watchdog/watchdog.rst
index 415a4520f4..753dc7e35f 100644
--- a/Documentation/devicetree/bindings/watchdog/watchdog.rst
+++ b/Documentation/devicetree/bindings/watchdog/watchdog.rst
@@ -7,4 +7,4 @@ 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.
+ See :ref:`system_reset` for more information.