mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
26 lines
1,003 B
Diff
26 lines
1,003 B
Diff
|
From 8c806666f061f04894fdf887a0ecd983765c6c84 Mon Sep 17 00:00:00 2001
|
||
|
From: Nick Bulleid <nedbulleid@fastmail.com>
|
||
|
Date: Sat, 12 May 2018 20:44:34 +0100
|
||
|
Subject: [PATCH 330/340] Added export feature to gpio-poweroff documentation
|
||
|
|
||
|
Signed-off-by: Nick Bulleid <nedbulleid@fastmail.com>
|
||
|
---
|
||
|
Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt b/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt
|
||
|
index e62d53d844cc..c9328a9223fa 100644
|
||
|
--- a/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt
|
||
|
+++ b/Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt
|
||
|
@@ -27,6 +27,7 @@ Optional properties:
|
||
|
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.
|
||
|
+- export : Export the GPIO line to the sysfs system
|
||
|
|
||
|
Examples:
|
||
|
|
||
|
--
|
||
|
2.16.1
|
||
|
|