aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2018-02-13 15:15:27 +0100
committerRob Herring <[email protected]>2018-02-18 21:05:43 -0600
commitd40ade43e3cd55c6d83859dffc0f9d428a954c63 (patch)
tree46f0600429c3d8d9f3040b4450ff73a5da339c21
parentb4bf200bc05747fb69c67a133a25f51636d5bae3 (diff)
dt-bindings: power: Fix "debounce-interval" property misspelling
"debounce_interval" was never supported. Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Signed-off-by: Rob Herring <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/power/wakeup-source.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/wakeup-source.txt b/Documentation/devicetree/bindings/power/wakeup-source.txt
index 3c81f78b5c27..5d254ab13ebf 100644
--- a/Documentation/devicetree/bindings/power/wakeup-source.txt
+++ b/Documentation/devicetree/bindings/power/wakeup-source.txt
@@ -60,7 +60,7 @@ Examples
#size-cells = <0>;
button@1 {
- debounce_interval = <50>;
+ debounce-interval = <50>;
wakeup-source;
linux,code = <116>;
label = "POWER";