diff options
Diffstat (limited to 'target/linux/ramips/dts/CF-WR800N.dts')
-rw-r--r-- | target/linux/ramips/dts/CF-WR800N.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/CF-WR800N.dts b/target/linux/ramips/dts/CF-WR800N.dts index 913f142f35..6ce4b27301 100644 --- a/target/linux/ramips/dts/CF-WR800N.dts +++ b/target/linux/ramips/dts/CF-WR800N.dts @@ -2,6 +2,8 @@ #include "mt7620n.dtsi" +#include <dt-bindings/input/input.h> + / { compatible = "cf-wr800n", "ralink,mt7620n-soc"; model = "Comfast CF-WR800N"; @@ -38,7 +40,7 @@ reset { label = "reset"; gpios = <&gpio0 2 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; }; }; |