aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/HG255D.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/HG255D.dts')
-rw-r--r--target/linux/ramips/dts/HG255D.dts8
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/HG255D.dts b/target/linux/ramips/dts/HG255D.dts
index ee385097b2..91426db3c9 100644
--- a/target/linux/ramips/dts/HG255D.dts
+++ b/target/linux/ramips/dts/HG255D.dts
@@ -2,6 +2,8 @@
#include "rt3050.dtsi"
+#include <dt-bindings/input/input.h>
+
/ {
compatible = "HG255D", "ralink,rt3052-soc";
model = "HuaWei HG255D";
@@ -87,19 +89,19 @@
reset {
label = "reset";
gpios = <&gpio0 4 1>;
- linux,code = <0x198>;
+ linux,code = <KEY_RESTART>;
};
wps {
label = "wps";
gpios = <&gpio0 10 1>;
- linux,code = <0x211>;
+ linux,code = <KEY_WPS_BUTTON>;
};
rfkill {
label = "rfkill";
gpios = <&gpio0 0 1>;
- linux,code = <0xf7>;
+ linux,code = <KEY_RFKILL>;
};
};
};