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 + timeout-ms: default: 3000 description: Time to wait before assuming the power off sequence failed. -- 2.25.1