diff options
Diffstat (limited to 'target/linux/ramips/dts/LINKIT7688.dts')
-rw-r--r-- | target/linux/ramips/dts/LINKIT7688.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/LINKIT7688.dts b/target/linux/ramips/dts/LINKIT7688.dts index 09a8c987f7..210d4d0b8d 100644 --- a/target/linux/ramips/dts/LINKIT7688.dts +++ b/target/linux/ramips/dts/LINKIT7688.dts @@ -2,6 +2,8 @@ #include "mt7628an.dtsi" +#include <dt-bindings/input/input.h> + / { compatible = "mediatek,linkit", "mediatek,mt7628an-soc"; model = "MediaTek LinkIt Smart 7688"; @@ -44,7 +46,7 @@ wps { label = "reset"; gpios = <&gpio1 6 1>; - linux,code = <0x211>; + linux,code = <KEY_WPS_BUTTON>; }; }; |