Commit 4ee17bd3 authored by Stefan Eichenberger's avatar Stefan Eichenberger Committed by Sebastian Reichel
Browse files

dt-bindings: power: reset: gpio-poweroff: Add priority property

parent b16d9f49
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ description: >
  Finally the operating system assumes the power off failed if
  the system is still running after waiting some time (timeout-ms).

allOf:
  - $ref: restart-handler.yaml#

properties:
  compatible:
    const: gpio-poweroff
@@ -40,6 +43,9 @@ properties:
    default: 100
    description: Delay to wait after driving gpio inactive

  priority:
    default: 0

  timeout-ms:
    default: 3000
    description: Time to wait before assuming the power off sequence failed.