From: René van Dorst Date: Thu, 9 Apr 2020 12:03:13 +0000 (+0200) Subject: ramips: mt7621: Ubiquiti ER-X: fix gpio number for POE enable gpio X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2fac1322f73f8a808494380c46a242a16bf9afc7;p=openwrt%2Fstaging%2Fwigyori.git ramips: mt7621: Ubiquiti ER-X: fix gpio number for POE enable gpio With v5.4 kernel a new gpio driver is used. GPIO numbering has changed so update 03_gpio_switches too. Signed-off-by: René van Dorst --- 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 91a9459d8c..a8162c10f7 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 @@ -14,7 +14,7 @@ telco-electronics,x1) ucidef_add_gpio_switch "modem_reset" "Modem Reset" "16" ;; ubnt,edgerouter-x) - ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "0" + ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "480" ;; ubnt,edgerouter-x-sfp) ucidef_add_gpio_switch "poe_power_port0" "PoE Power Port0" "496"