diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-04-13 15:05:07 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-04-23 14:52:34 +0200 |
commit | 3f3ed40060ddef0c9fb6aef021a7937f8528f32c (patch) | |
tree | e74d4cb715852a7e8109a47e82b298a23985e2e0 /arch/arm/boot/dts/snowball.dts | |
parent | b55ac4ea96adc907bec7b0a804c1edd3dbf2e64d (diff) | |
download | blackbird-op-linux-3f3ed40060ddef0c9fb6aef021a7937f8528f32c.tar.gz blackbird-op-linux-3f3ed40060ddef0c9fb6aef021a7937f8528f32c.zip |
ARM: ux500: Rename gpio_keys in the Device Tree file
Ensure each button is individually identifiable by using
their correct unique given device names.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 738959de2a1d..0cec47ba0de7 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -36,28 +36,28 @@ debounce_interval = <50>; wakeup = <1>; linux,code = <3>; - label = "userpb"; + label = "extkb1"; gpios = <&gpio4 23 0>; }; button@3 { debounce_interval = <50>; wakeup = <1>; linux,code = <4>; - label = "userpb"; + label = "extkb2"; gpios = <&gpio4 24 0>; }; button@4 { debounce_interval = <50>; wakeup = <1>; linux,code = <5>; - label = "userpb"; + label = "extkb3"; gpios = <&gpio5 1 0>; }; button@5 { debounce_interval = <50>; wakeup = <1>; linux,code = <6>; - label = "userpb"; + label = "extkb4"; gpios = <&gpio5 2 0>; }; }; |