summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/TEW-691GR.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/TEW-691GR.dts')
-rw-r--r--target/linux/ramips/dts/TEW-691GR.dts8
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/TEW-691GR.dts b/target/linux/ramips/dts/TEW-691GR.dts
index e92db1ecb2..af910798f5 100644
--- a/target/linux/ramips/dts/TEW-691GR.dts
+++ b/target/linux/ramips/dts/TEW-691GR.dts
@@ -2,6 +2,8 @@
#include "rt3883.dtsi"
+#include <dt-bindings/input/input.h>
+
/ {
compatible = "TEW-691GR", "ralink,rt3883-soc";
model = "TRENDnet TEW-691GR";
@@ -46,19 +48,19 @@
reset {
label = "reset";
gpios = <&gpio0 10 1>;
- linux,code = <0x198>;
+ linux,code = <KEY_RESTART>;
};
wps {
label = "wps";
gpios = <&gpio1 2 1>;
- linux,code = <0x211>;
+ linux,code = <KEY_WPS_BUTTON>;
};
rfkill {
label = "rfkill";
gpios = <&gpio0 0 1>;
- linux,code = <0xf7>;
+ linux,code = <KEY_RFKILL>;
};
};