mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
21 lines
808 B
Diff
21 lines
808 B
Diff
|
From 052669bc0d8bba9b93009eedb66c6e9d00a27034 Mon Sep 17 00:00:00 2001
|
||
|
From: Nick Bulleid <nedbulleid@fastmail.com>
|
||
|
Date: Sat, 12 May 2018 20:44:34 +0100
|
||
|
Subject: [PATCH 299/454] 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(+)
|
||
|
|
||
|
--- 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:
|
||
|
|