summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ArcherC20i.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-11-11 22:43:08 +0100
committerMathias Kresin <dev@kresin.me>2016-11-13 07:07:58 +0100
commit2b55c83e68068887db9e49de8e81b1b4a267a4f2 (patch)
tree08f3f29dffd47849f62376820207584c43f5aa33 /target/linux/ramips/dts/ArcherC20i.dts
parent77b807999d86498c4378a136bd366d09eb2c9bd5 (diff)
downloadopenwrt-2b55c83e68068887db9e49de8e81b1b4a267a4f2.tar.gz
openwrt-2b55c83e68068887db9e49de8e81b1b4a267a4f2.tar.bz2
openwrt-2b55c83e68068887db9e49de8e81b1b4a267a4f2.zip
treewide: dts: use keycode defines from input dt-binding
All compiled device tree files not mentioned are binary identical to the former ones. Fix the obvious decimal/hex confusion for the power key of ramips/M2M.dts. Due to the include of the input binding header, the BTN_* node names in: - ramips/GL-MT300A.dts - ramips/GL-MT300N.dts - ramips/GL-MT750.dts - ramips/Timecloud.dts will be changed by the compiler to the numerical equivalent. Move the binding include of lantiq boards to the file where they are used the first time to hint the user where the values do come from. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/ArcherC20i.dts')
-rw-r--r--target/linux/ramips/dts/ArcherC20i.dts6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/ArcherC20i.dts b/target/linux/ramips/dts/ArcherC20i.dts
index a58fa57ced..711274e625 100644
--- a/target/linux/ramips/dts/ArcherC20i.dts
+++ b/target/linux/ramips/dts/ArcherC20i.dts
@@ -2,6 +2,8 @@
#include "mt7620a.dtsi"
+#include <dt-bindings/input/input.h>
+
/ {
compatible = "ralink,mt7620a-soc";
model = "TP-Link Archer C20i";
@@ -41,12 +43,12 @@
rfkill {
label = "rfkill";
gpios = <&gpio0 2 1>;
- linux,code = <0xf7>;
+ linux,code = <KEY_RFKILL>;
};
reset_wps {
label = "reset_wps";
gpios = <&gpio0 13 1>;
- linux,code = <0x198>;
+ linux,code = <KEY_RESTART>;
};
};
};