ar71xx: WNR2200: remove redundant GPIO for WLAN LED
authorMichal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Fri, 2 Aug 2019 15:12:34 +0000 (17:12 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 30 Aug 2019 21:20:09 +0000 (23:20 +0200)
commit4fb6b8c553f692eeb5bcb203e0f8ee8df099e77e
tree411a43379afe37833a22e7f5bc915a8e3098f52d
parenta5762b45c25d43e40205906e725c976bd984f9f8
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>
target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c