treewide: dts: use keycode defines from input dt-binding
[openwrt/openwrt.git] / target / linux / ramips / dts / HW550-3G.dts
index 0efa8d0f54b01be2038980ce581697877a9426ea..d5bca44f94f0f5999376814a7369b2cff21576f5 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "HW550-3G", "ralink,rt3052-soc";
        model = "Aztech HW550-3G";
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                connect {
                        label = "connect";
                        gpios = <&gpio0 7 1>;
-                       linux,code = <0xda>;
+                       linux,code = <KEY_CONNECT>;
                };
 
                wps {
                        label = "wps";
                        gpios = <&gpio0 0 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };
 };