[RFC PATCH v1 3/3] dt-bindings: power: reset: gpio-restart: Correct default priority

From: Sander Vanheule
Date: Thu Dec 30 2021 - 13:06:26 EST


Commit bcd56fe1aa97 ("power: reset: gpio-restart: increase priority
slightly") changed the default restart priority 129, but did not update
the documentation. Correct this, so the driver and documentation have
the same default value.

Signed-off-by: Sander Vanheule <sander@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/power/reset/gpio-restart.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml b/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml
index 13827fe7b395..ab26af93cb39 100644
--- a/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml
+++ b/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml
@@ -51,7 +51,7 @@ properties:
priority:
$ref: /schemas/types.yaml#/definitions/uint32
description: |
- A priority ranging from 0 to 255 (default 128) according to the following
+ A priority ranging from 0 to 255 (default 129) according to the following
guidelines:
0: Restart handler of last resort, with limited restart
capabilities
--
2.33.1