diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/ar-5387un.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ar-5387un.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/dts/ar-5387un.dts b/target/linux/brcm63xx/dts/ar-5387un.dts index a8883e2f7b..c30da06dc9 100644 --- a/target/linux/brcm63xx/dts/ar-5387un.dts +++ b/target/linux/brcm63xx/dts/ar-5387un.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6328.dtsi" +#include "bcm6328.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Comtrend AR-5387un"; @@ -16,7 +18,7 @@ reset { label = "reset"; gpios = <&gpio0 23 1>; - linux,code = <0x198>; + linux,code = <KEY_RESTART>; }; }; |