mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00: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:
parent
9a1b9a42b7
commit
a725bdc700
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
reset {
|
reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&tlmm 43 GPIO_ACTIVE_LOW>;
|
gpios = <&tlmm 40 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <KEY_RESTART>;
|
linux,code = <KEY_RESTART>;
|
||||||
linux,input-type = <1>;
|
linux,input-type = <1>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user