aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/X5.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/X5.dts')
-rw-r--r--target/linux/ramips/dts/X5.dts10
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/X5.dts b/target/linux/ramips/dts/X5.dts
index 86f5c635f1..efb9d77d71 100644
--- a/target/linux/ramips/dts/X5.dts
+++ b/target/linux/ramips/dts/X5.dts
@@ -2,6 +2,8 @@
#include "rt5350.dtsi"
+#include <dt-bindings/input/input.h>
+
/ {
compatible = "X5", "ralink,rt5350-soc";
model = "Poray X5";
@@ -39,20 +41,20 @@
bat {
label = "bat";
gpios = <&gpio0 9 1>;
- linux,code = <0x211>;
+ linux,code = <KEY_WPS_BUTTON>;
};
reset {
label = "reset";
gpios = <&gpio0 10 1>;
- linux,code = <0x198>;
+ linux,code = <KEY_RESTART>;
};
mode {
label = "mode";
gpios = <&gpio0 14 1>;
- linux,code = <0x100>;
- linux,input-type = <5>;
+ linux,code = <BTN_0>;
+ linux,input-type = <EV_SW>;
};
};