Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: power: reset: gpio-restart: Correct default priority

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>
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

authored by

Sander Vanheule and committed by
Rob Herring
2ba144e6 e623611b

+2 -2
+2 -2
Documentation/devicetree/bindings/power/reset/gpio-restart.yaml
··· 43 43 priority: 44 44 $ref: /schemas/types.yaml#/definitions/uint32 45 45 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: 47 47 48 48 0: Restart handler of last resort, with limited restart capabilities. 49 49 128: Default restart handler; use if no other restart handler is expected to be available, ··· 51 51 255: Highest priority restart handler, will preempt all other restart handlers. 52 52 minimum: 0 53 53 maximum: 255 54 - default: 128 54 + default: 129 55 55 56 56 active-delay: 57 57 $ref: /schemas/types.yaml#/definitions/uint32