diff options
author | Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl> | 2019-08-02 17:12:34 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-08-31 12:08:23 +0200 |
commit | dddb43775f59271d86ebd724f059aff38517d20b (patch) | |
tree | ddeffa6184a699d9104b551afa53a9f3f23fd07d /target/linux/ipq806x/base-files | |
parent | 926157c2ccb02aa06b343662ecbd2571faf6eddd (diff) | |
download | upstream-dddb43775f59271d86ebd724f059aff38517d20b.tar.gz upstream-dddb43775f59271d86ebd724f059aff38517d20b.tar.bz2 upstream-dddb43775f59271d86ebd724f059aff38517d20b.zip |
ar71xx: WNR2200: remove redundant GPIO for WLAN LED
Without this patch, an extra entry appears for AR9287 GPIO
that duplicates WLAN LED but in fact drives nothing:
gpiochip1: GPIOs 502-511, ath9k-phy0:
gpio-502 ( |netgear:blue:wlan ) out hi
gpio-503 ( |netgear:amber:test ) out hi
gpio-504 ( |netgear:green:power ) out lo
gpio-505 ( |rfkill ) in hi
gpio-507 ( |wps ) in hi
gpio-508 ( |reset ) in hi
gpio-510 ( |ath9k-phy0 ) out hi <===!
The pin pointed above is default LED GPIO (8) for AR9287.
For WNR2200 it is not connected anywhere - pin 0 drives blue WLAN
LED instead - but initialization code is missing that information.
This fix calls ap9x_pci_setup_wmac_led_pin() function at device
setup, forcing WLAN LED pin to be 0 and removing redundant entry.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Diffstat (limited to 'target/linux/ipq806x/base-files')
0 files changed, 0 insertions, 0 deletions