diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/fast2704v2.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/fast2704v2.dts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/fast2704v2.dts b/target/linux/brcm63xx/dts/fast2704v2.dts index 053ad354db..3f56827d1a 100644 --- a/target/linux/brcm63xx/dts/fast2704v2.dts +++ b/target/linux/brcm63xx/dts/fast2704v2.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6328.dtsi" +#include "bcm6328.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Sagem F@ST2704V2"; @@ -16,17 +18,17 @@ rfkill { label = "rfkill"; gpios = <&gpio0 15 1>; - linux,code = <0xee>; + linux,code = <KEY_WLAN>; }; reset { label = "reset"; gpios = <&gpio0 23 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; wps { label = "wps"; gpios = <&gpio0 24 1>; - linux,code = <0x211>; + linux,code = <KEY_WPS_BUTTON>; }; }; |