diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-01-10 22:44:56 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-17 16:26:43 -0600 |
commit | 2ba144e68edb4987a2fe1b1cf418b58cbdc4ee96 (patch) | |
tree | 6795a8053bcec2c13b86f35542ee2d32a4731300 /Documentation | |
parent | e623611b4d3f722b57ceeaf4368ac787837408e7 (diff) | |
download | linux-stable-2ba144e68edb4987a2fe1b1cf418b58cbdc4ee96.tar.gz linux-stable-2ba144e68edb4987a2fe1b1cf418b58cbdc4ee96.tar.bz2 linux-stable-2ba144e68edb4987a2fe1b1cf418b58cbdc4ee96.zip |
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power/reset/gpio-restart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml b/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml index 3dd22220cb5f..a72d5c721516 100644 --- a/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml +++ b/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml @@ -43,7 +43,7 @@ properties: priority: $ref: /schemas/types.yaml#/definitions/uint32 description: | - A priority ranging from 0 to 255 (default 128) according to the following guidelines: + A priority ranging from 0 to 255 (default 129) according to the following guidelines: 0: Restart handler of last resort, with limited restart capabilities. 128: Default restart handler; use if no other restart handler is expected to be available, @@ -51,7 +51,7 @@ properties: 255: Highest priority restart handler, will preempt all other restart handlers. minimum: 0 maximum: 255 - default: 128 + default: 129 active-delay: $ref: /schemas/types.yaml#/definitions/uint32 |