mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-10 01:44:27 -05:00
mediatek: filogic: Fix GPIOs for Zbtlink ZBT-Z8102AX
The PGIO configuration should be added for the ZBT-Z8102AX and not the ZBT-Z8103AX
Fixes: c8c2f52262 ("mediatek: add support for Zbtlink ZBT-Z8102AX")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
5fbb1f09ca
commit
d99aed31a0
@ -5,7 +5,7 @@ board_config_update
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
zbtlink,zbt-z8103ax)
|
||||
zbtlink,zbt-z8102ax)
|
||||
ucidef_add_gpio_switch "5g1" "Power 1st modem" "5g1" "1"
|
||||
ucidef_add_gpio_switch "5g2" "Power 2nd modem" "5g2" "1"
|
||||
ucidef_add_gpio_switch "pcie" "Power PCIe port" "pcie" "1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user