1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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>
This commit is contained in:
Daniel Gonzalez Cabanelas 2016-08-29 16:02:38 +02:00 committed by Jonas Gorski
parent 48cfc826eb
commit 727ebf3a70

@ -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>;
};