diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/dsl-275xb-d.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/dsl-275xb-d.dts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/dsl-275xb-d.dts b/target/linux/brcm63xx/dts/dsl-275xb-d.dts index 44c4c5eafd..dd00e2c573 100644 --- a/target/linux/brcm63xx/dts/dsl-275xb-d.dts +++ b/target/linux/brcm63xx/dts/dsl-275xb-d.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6318.dtsi" +#include "bcm6318.dtsi" + +#include <dt-bindings/input/input.h> / { model = "D-Link DSL-2750B/DSL-2751 rev D1"; @@ -16,19 +18,19 @@ wifi { label = "wifi"; gpios = <&gpio0 2 1>; - linux,code = <0xee>; + linux,code = <KEY_WLAN>; }; wps { label = "wps"; gpios = <&gpio1 1 1>; - linux,code = <0x211>; + linux,code = <KEY_WPS_BUTTON>; }; reset { label = "reset"; gpios = <&gpio1 2 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; }; |