Skip to content

Commit

Permalink
ipq40xx: fix reset button GPIO for GL.iNet GL-B2200
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mrkiko authored and dangowrt committed Dec 12, 2021
1 parent 9a1b9a4 commit a725bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit a725bdc

Please sign in to comment.