diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2016-08-29 16:02:38 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-11-21 18:40:15 +0100 |
commit | 727ebf3a7088eff455f33074ab34fe2da9085139 (patch) | |
tree | 7a57c8b5d0fd586b5024cbc6e1738463d4ca0a49 /target/linux/brcm63xx/dts | |
parent | 48cfc826ebc9242c493ddbca484bbee36ba74b93 (diff) | |
download | upstream-727ebf3a7088eff455f33074ab34fe2da9085139.tar.gz upstream-727ebf3a7088eff455f33074ab34fe2da9085139.tar.bz2 upstream-727ebf3a7088eff455f33074ab34fe2da9085139.zip |
brcm63xx: Livebox 1: use button 1 as failsafe button
Fix the DTS file for the Livebox 1 routers:
- no failsafe button, use button 1 for this purpose
Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/livebox-blue-5g.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts index 0df5fa8e33..cb3b019cb1 100644 --- a/target/linux/brcm63xx/dts/livebox-blue-5g.dts +++ b/target/linux/brcm63xx/dts/livebox-blue-5g.dts @@ -21,13 +21,13 @@ debounce-interval = <60>; button1 { - label = "BTN_1"; + label = "1"; gpios = <&gpio1 4 1>; - linux,code = <BTN_1>; + linux,code = <KEY_RESTART>; }; button2 { - label = "BTN_2"; + label = "2"; gpios = <&gpio0 7 1>; linux,code = <BTN_2>; }; |