From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt b/kernel/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt index 6d8980c..3e56c1b 100644 --- a/kernel/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt +++ b/kernel/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt @@ -27,6 +27,8 @@ it to an output when the power-off handler is called. If this optional property is not specified, the GPIO is initialized as an output in its inactive state. +- active-delay-ms: Delay (default 100) to wait after driving gpio active +- inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive - timeout-ms: Time to wait before asserting a WARN_ON(1). If nothing is specified, 3000 ms is used. -- Gitblit v1.6.2