summaryrefslogtreecommitdiffstats
path: root/kernel/Documentation/devicetree/bindings/input/gpio-keys.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/input/gpio-keys.txt')
-rw-r--r--kernel/Documentation/devicetree/bindings/input/gpio-keys.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/Documentation/devicetree/bindings/input/gpio-keys.txt b/kernel/Documentation/devicetree/bindings/input/gpio-keys.txt
index 44b705767..cf1333d1d 100644
--- a/kernel/Documentation/devicetree/bindings/input/gpio-keys.txt
+++ b/kernel/Documentation/devicetree/bindings/input/gpio-keys.txt
@@ -23,7 +23,8 @@ Optional subnode-properties:
If not specified defaults to <1> == EV_KEY.
- debounce-interval: Debouncing interval time in milliseconds.
If not specified defaults to 5.
- - gpio-key,wakeup: Boolean, button can wake-up the system.
+ - wakeup-source: Boolean, button can wake-up the system.
+ (Legacy property supported: "gpio-key,wakeup")
- linux,can-disable: Boolean, indicates that button is connected
to dedicated (not shared) interrupt which can be disabled to
suppress events from the button.