Message ID | cfcd00257daba5aa30b8d20a62ba542be1a6914c.1640887456.git.sander@svanheule.net |
---|---|
State | New |
Headers | show |
Series | convert gpio-restart bindings to yaml | expand |
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
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@svanheule.net> --- Documentation/devicetree/bindings/power/reset/gpio-restart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)