diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-08-02 18:40:22 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-08-03 01:17:31 -0400 |
commit | 0a7a8fff7b8a3bc2d3528af07c9c88083250303d (patch) | |
tree | b71b54a18de4d3de15dcac10a9be883a9521bd47 /Documentation | |
parent | 71ff069c3d6a2b23eaf516bc714a20ce0cdc3609 (diff) |
Input: gpio_keys - fix two typos in devicetree documentation
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio_keys.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio_keys.txt b/Documentation/devicetree/bindings/gpio/gpio_keys.txt index 7190c99d7611..5c2c02140a62 100644 --- a/Documentation/devicetree/bindings/gpio/gpio_keys.txt +++ b/Documentation/devicetree/bindings/gpio/gpio_keys.txt | |||
@@ -10,7 +10,7 @@ Optional properties: | |||
10 | Each button (key) is represented as a sub-node of "gpio-keys": | 10 | Each button (key) is represented as a sub-node of "gpio-keys": |
11 | Subnode properties: | 11 | Subnode properties: |
12 | 12 | ||
13 | - gpios: OF devcie-tree gpio specificatin. | 13 | - gpios: OF device-tree gpio specification. |
14 | - label: Descriptive name of the key. | 14 | - label: Descriptive name of the key. |
15 | - linux,code: Keycode to emit. | 15 | - linux,code: Keycode to emit. |
16 | 16 | ||