diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm963268bu_p300.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm963268bu_p300.dts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/bcm963268bu_p300.dts b/target/linux/brcm63xx/dts/bcm963268bu_p300.dts index cbf63ef..f659b39 100644 --- a/target/linux/brcm63xx/dts/bcm963268bu_p300.dts +++ b/target/linux/brcm63xx/dts/bcm963268bu_p300.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm63268.dtsi" +#include "bcm63268.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Broadcom BCM963268BU_P300 reference board"; @@ -16,13 +18,13 @@ reset { label = "reset"; gpios = <&gpio1 0 0>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; wps { label = "wps"; gpios = <&gpio1 1 0>; - linux,code = <0x211>; + linux,code = <KEY_WPS_BUTTON>; }; }; }; |