On Thu, Sep 28, 2023 at 02:37:27PM +0200, Francesco Dolcini wrote: > From: Stefan Eichenberger <stefan.eichenberger@xxxxxxxxxxx> > > Add the priority property to the gpio-poweroff bindings description. > > Signed-off-by: Stefan Eichenberger <stefan.eichenberger@xxxxxxxxxxx> > Signed-off-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> > --- > .../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 >