diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96348GW.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96348GW.dts b/target/linux/brcm63xx/dts/bcm96348GW.dts index fcce239395..cf40e52634 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6348.dtsi" +#include "bcm6348.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Broadcom BCM96348GW reference board"; @@ -16,7 +18,7 @@ reset { label = "reset"; gpios = <&gpio1 4 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; }; |