1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 22:48:10 +02:00

ipq40xx: fix reset button GPIO for GL.iNet GL-B2200

GL.iNet's U-Boot checks for GPIO 40, not 43.
Changing this allows the RESET button to work as expected.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
CC: Daniel Golle <daniel@makrotopia.org>
CC: Li Zhang <li.zhang@gl-inet.com>
This commit is contained in:
Enrico Mioso 2021-12-03 17:32:20 +01:00 committed by Daniel Golle
parent 9a1b9a42b7
commit a725bdc700

@ -84,7 +84,7 @@
reset {
label = "reset";
gpios = <&tlmm 43 GPIO_ACTIVE_LOW>;
gpios = <&tlmm 40 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
linux,input-type = <1>;
};