brcm63xx: make use of dt-includes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / homehub2a.dts
index 28de52871c1b0c9be5dab7d81407110fb6d08b07..9e7ce2fcf6119d2d8ae178090d2b2cc167ab4fe9 100644 (file)
@@ -1,6 +1,8 @@
 /dts-v1/;
 
-/include/ "bcm6358.dtsi"
+#include "bcm6358.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        model = "BT Home Hub 2.0 Type A";
                reset {
                        label = "reset";
                        gpios = <&gpio0 9 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
                wps {
                        label = "wps";
                        gpios = <&gpio0 11 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };