Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Add the priority property to the gpio-poweroff bindings description.

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231006130428.11259-4-francesco@dolcini.it
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Stefan Eichenberger and committed by
Sebastian Reichel
4ee17bd3 b16d9f49

+6
+6
Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml
··· 18 18 Finally the operating system assumes the power off failed if 19 19 the system is still running after waiting some time (timeout-ms). 20 20 21 + allOf: 22 + - $ref: restart-handler.yaml# 23 + 21 24 properties: 22 25 compatible: 23 26 const: gpio-poweroff ··· 42 39 inactive-delay-ms: 43 40 default: 100 44 41 description: Delay to wait after driving gpio inactive 42 + 43 + priority: 44 + default: 0 45 45 46 46 timeout-ms: 47 47 default: 3000