diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/rta770w.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/rta770w.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/dts/rta770w.dts b/target/linux/brcm63xx/dts/rta770w.dts index b6c340f647..2c2d6fb952 100644 --- a/target/linux/brcm63xx/dts/rta770w.dts +++ b/target/linux/brcm63xx/dts/rta770w.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6345.dtsi" +#include "bcm6345.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Dynalink RTA770W"; @@ -16,7 +18,7 @@ reset { label = "reset"; gpios = <&gpio0 13 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; }; |