treewide: dts: use keycode defines from input dt-binding
[openwrt/openwrt.git] / target / linux / ramips / dts / HG255D.dts
index ee385097b2ceaa5dea3d700d88abd051fb1d2f48..91426db3c981650f5f81e898779a21904cfd7d36 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "HG255D", "ralink,rt3052-soc";
        model = "HuaWei HG255D";
                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>;
                };
        };
 };