summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx
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/brcm63xx
parent77b807999d86498c4378a136bd366d09eb2c9bd5 (diff)
downloadmtk-20170518-2b55c83e68068887db9e49de8e81b1b4a267a4f2.zip
mtk-20170518-2b55c83e68068887db9e49de8e81b1b4a267a4f2.tar.gz
mtk-20170518-2b55c83e68068887db9e49de8e81b1b4a267a4f2.tar.bz2
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/brcm63xx')
-rw-r--r--target/linux/brcm63xx/dts/homehub2a.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/homehub2a.dts b/target/linux/brcm63xx/dts/homehub2a.dts
index af5136c..b86a48f 100644
--- a/target/linux/brcm63xx/dts/homehub2a.dts
+++ b/target/linux/brcm63xx/dts/homehub2a.dts
@@ -43,7 +43,7 @@
phone {
label = "phone";
gpios = <&gpio0 1 1>;
- linux,code = <169>;
+ linux,code = <KEY_PHONE>;
};
reset {
label = "reset";