The GPIO base of MT7621 GPIO 0~31 is 480 on kernel 5.4 Fix the GPIO numbering.
Signed-off-by: DENG Qingfang <[email protected]> --- .../linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches b/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches index f809df7f2f94..82bbdd24f674 100755 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/03_gpio_switches @@ -11,7 +11,7 @@ mikrotik,routerboard-760igs) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "497" ;; telco-electronics,x1) - ucidef_add_gpio_switch "modem_reset" "Modem Reset" "16" + ucidef_add_gpio_switch "modem_reset" "Modem Reset" "496" ;; ubnt,edgerouter-x) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "480" _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
