diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/fast2504n.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/fast2504n.dts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/fast2504n.dts b/target/linux/brcm63xx/dts/fast2504n.dts index a3bb927ef9..cf453af2ad 100644 --- a/target/linux/brcm63xx/dts/fast2504n.dts +++ b/target/linux/brcm63xx/dts/fast2504n.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6362.dtsi" +#include "bcm6362.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Sagem F@ST2504n"; @@ -16,12 +18,12 @@ reset { label = "reset"; gpios = <&gpio0 24 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; wps { label = "wps"; gpios = <&gpio0 25 1>; - linux,code = <0x211>; + linux,code = <KEY_WPS_BUTTON>; }; }; |