[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20231002163922.GA1905958-robh@kernel.org>
Date: Mon, 2 Oct 2023 11:39:22 -0500
From: Rob Herring <robh@...nel.org>
To: Francesco Dolcini <francesco@...cini.it>
Cc: Sebastian Reichel <sre@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Stefan Eichenberger <stefan.eichenberger@...adex.com>,
linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Francesco Dolcini <francesco.dolcini@...adex.com>
Subject: Re: [PATCH v1 3/4] dt-bindings: power: reset: gpio-poweroff: Add
priority property
On Thu, Sep 28, 2023 at 02:37:27PM +0200, Francesco Dolcini wrote:
> From: Stefan Eichenberger <stefan.eichenberger@...adex.com>
>
> Add the priority property to the gpio-poweroff bindings description.
>
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@...adex.com>
> Signed-off-by: Francesco Dolcini <francesco.dolcini@...adex.com>
> ---
> .../devicetree/bindings/power/reset/gpio-poweroff.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml b/Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml
> index b54ec003a1e0..c6404841bcd7 100644
> --- a/Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml
> +++ b/Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml
> @@ -40,6 +40,10 @@ properties:
> default: 100
> description: Delay to wait after driving gpio inactive
>
> + priority:
> + default: 0
> + description: Priority of the power off handler
> +
You also need a $ref to restart-handler.yaml (at the top level).
> timeout-ms:
> default: 3000
> description: Time to wait before assuming the power off sequence failed.
> --
> 2.25.1
>
Powered by blists - more mailing lists