From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM
---
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