Skip to content

Commit 2ba144e

Browse files
svanheulerobherring
authored andcommitted
dt-bindings: power: reset: gpio-restart: Correct default priority
Commit bcd56fe ("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> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220110214456.67087-1-sander@svanheule.net
1 parent e623611 commit 2ba144e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/power/reset/gpio-restart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ properties:
4343
priority:
4444
$ref: /schemas/types.yaml#/definitions/uint32
4545
description: |
46-
A priority ranging from 0 to 255 (default 128) according to the following guidelines:
46+
A priority ranging from 0 to 255 (default 129) according to the following guidelines:
4747
4848
0: Restart handler of last resort, with limited restart capabilities.
4949
128: Default restart handler; use if no other restart handler is expected to be available,
5050
and/or if restart functionality is sufficient to restart the entire system.
5151
255: Highest priority restart handler, will preempt all other restart handlers.
5252
minimum: 0
5353
maximum: 255
54-
default: 128
54+
default: 129
5555

5656
active-delay:
5757
$ref: /schemas/types.yaml#/definitions/uint32

0 commit comments

Comments
 (0)