diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-11 12:07:13 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-11 14:35:39 -0500 |
commit | 5c0169d1c503aab2d62ee6f6e342a78e2ea9e3ed (patch) | |
tree | 31d2582ebca9c33043d0ed674f8489c0f05b4682 /arch/arm/boot/dts/armada-370-rd.dts | |
parent | 29e74f8bd71e70f5fe97685ba2cdf12b78791883 (diff) |
ARM: mvebu: use input DT defines in Armada 370/XP boards
Instead of harcoding keycodes specifications in the Armada 370/XP
boards, use the <dt-bindings/input/input.h> header file and its
keycode definitions.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-rd.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-370-rd.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-370-rd.dts b/arch/arm/boot/dts/armada-370-rd.dts index c28865d2d7da..3e2c857d6000 100644 --- a/arch/arm/boot/dts/armada-370-rd.dts +++ b/arch/arm/boot/dts/armada-370-rd.dts | |||
@@ -12,6 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | /dts-v1/; | 14 | /dts-v1/; |
15 | #include <dt-bindings/input/input.h> | ||
15 | #include <dt-bindings/gpio/gpio.h> | 16 | #include <dt-bindings/gpio/gpio.h> |
16 | #include "armada-370.dtsi" | 17 | #include "armada-370.dtsi" |
17 | 18 | ||
@@ -101,7 +102,7 @@ | |||
101 | #size-cells = <0>; | 102 | #size-cells = <0>; |
102 | button@1 { | 103 | button@1 { |
103 | label = "Software Button"; | 104 | label = "Software Button"; |
104 | linux,code = <116>; | 105 | linux,code = <KEY_POWER>; |
105 | gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; | 106 | gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
106 | }; | 107 | }; |
107 | }; | 108 | }; |