[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <cfcd00257daba5aa30b8d20a62ba542be1a6914c.1640887456.git.sander@svanheule.net>
Date: Thu, 30 Dec 2021 19:06:03 +0100
From: Sander Vanheule <sander@...nheule.net>
To: linux-pm@...r.kernel.org, devicetree@...r.kernel.org
Cc: Sebastian Reichel <sre@...nel.org>,
Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
Sander Vanheule <sander@...nheule.net>
Subject: [RFC PATCH v1 3/3] 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@...nheule.net>
---
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
Powered by blists - more mailing lists