[PATCH] Documentation: devicetree: bindings: Fix broken ref
Thorsten Scherer
t.scherer at eckelmann.de
Mon Dec 5 13:10:54 PST 2022
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 at eckelmann.de>
---
Documentation/devicetree/bindings/power/restart.rst | 2 +-
Documentation/devicetree/bindings/watchdog/watchdog.rst | 2 +-
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.
--
2.30.2
More information about the barebox
mailing list