diff options
author | Ding Tao <miyatsu@qq.com> | 2018-11-12 11:27:11 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-11-12 11:52:05 -0800 |
commit | 6c4b88288abf908d6fe9fc71fdfeb69cb4135193 (patch) | |
tree | 1814cca39da1c3a3d13569f0d17fc647b022c57c /Documentation | |
parent | ac5722c1643a2fb75224c79b578214956d34f989 (diff) | |
download | linux-6c4b88288abf908d6fe9fc71fdfeb69cb4135193.tar.bz2 |
Input: dt-bindings - fix a typo in file input-reset.txt
Replace sysrq-reset-seq with keyset.
Signed-off-by: Ding Tao <miyatsu@qq.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/input/input-reset.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/input-reset.txt b/Documentation/devicetree/bindings/input/input-reset.txt index 2bb2626fdb78..1ca6cc5ebf8e 100644 --- a/Documentation/devicetree/bindings/input/input-reset.txt +++ b/Documentation/devicetree/bindings/input/input-reset.txt @@ -12,7 +12,7 @@ The /chosen node should contain a 'linux,sysrq-reset-seq' child node to define a set of keys. Required property: -sysrq-reset-seq: array of Linux keycodes, one keycode per cell. +keyset: array of Linux keycodes, one keycode per cell. Optional property: timeout-ms: duration keys must be pressed together in milliseconds before |