diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/a4001n1.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/a4001n1.dts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/a4001n1.dts b/target/linux/brcm63xx/dts/a4001n1.dts index 17bd64321b..e30d6d0c74 100644 --- a/target/linux/brcm63xx/dts/a4001n1.dts +++ b/target/linux/brcm63xx/dts/a4001n1.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6328.dtsi" +#include "bcm6328.dtsi" + +#include <dt-bindings/input/input.h> / { model = "ADB P.DG A4001N1"; @@ -16,12 +18,12 @@ reset { label = "reset"; gpios = <&gpio0 23 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; wps { label = "wlan"; gpios = <&gpio0 24 1>; - linux,code = <0xee>; + linux,code = <KEY_WLAN>; }; }; |