aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/hg556a-b.dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-16 11:15:02 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-16 11:15:02 +0000
commitde0f916de62b57c64e3f599b4cfe52b94ea63c0d (patch)
treed0cd4e2f8ffe85fc231c3ce9b5b0587656ce1d16 /target/linux/brcm63xx/dts/hg556a-b.dts
parent5713daa1e7082429ab25c5c9e233854b5a7739d4 (diff)
downloadmaster-187ad058-de0f916de62b57c64e3f599b4cfe52b94ea63c0d.tar.gz
master-187ad058-de0f916de62b57c64e3f599b4cfe52b94ea63c0d.tar.bz2
master-187ad058-de0f916de62b57c64e3f599b4cfe52b94ea63c0d.zip
brcm63xx: make use of dt-includes
Now that we have a dtc command that invokes the preprocessor, make use of it and replace the magic numbers with KEY_* defines. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/hg556a-b.dts')
-rw-r--r--target/linux/brcm63xx/dts/hg556a-b.dts12
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/dts/hg556a-b.dts b/target/linux/brcm63xx/dts/hg556a-b.dts
index b42e86fa70..8a19856e29 100644
--- a/target/linux/brcm63xx/dts/hg556a-b.dts
+++ b/target/linux/brcm63xx/dts/hg556a-b.dts
@@ -1,6 +1,8 @@
/dts-v1/;
-/include/ "bcm6358.dtsi"
+#include "bcm6358.dtsi"
+
+#include <dt-bindings/input/input.h>
/ {
model = "Huawei EchoLife HG556a (version B)";
@@ -16,22 +18,22 @@
help {
label = "help";
gpios = <&gpio0 8 1>;
- linux,code = <0x8a>;
+ linux,code = <KEY_HELP>;
};
wlan {
label = "wlan";
gpios = <&gpio0 9 1>;
- linux,code = <0xee>;
+ linux,code = <KEY_WLAN>;
};
restart {
label = "restart";
gpios = <&gpio0 10 1>;
- linux,code = <0x198>;
+ linux,code = <KEY_RESTART>;
};
reset {
label = "reset";
gpios = <&gpio0 11 1>;
- linux,code = <0xab>;
+ linux,code = <KEY_CONFIG>;
};
};