aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-12-06 16:18:49 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-12-06 19:08:35 +0100
commit9c5af2489a272b98930847c2dcdec207187a5baa (patch)
tree84d405352d00f6a110ea018ad68cc259640047b3 /target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
parenta2457722918f602c4d9573c3d617ecc6af616bec (diff)
downloadupstream-9c5af2489a272b98930847c2dcdec207187a5baa.tar.gz
upstream-9c5af2489a272b98930847c2dcdec207187a5baa.tar.bz2
upstream-9c5af2489a272b98930847c2dcdec207187a5baa.zip
ar71xx: fix LEDs and sysupgrade support for TL-WA801ND v3
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
index 39cdb10ee3..054c14ee73 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
@@ -24,7 +24,7 @@
#include "machtypes.h"
#define TL_WA801NDV3_GPIO_LED_WLAN 12
-#define TL_WA801NDV3_GPIO_LED_QSS 13
+#define TL_WA801NDV3_GPIO_LED_SYSTEM 13
#define TL_WA801NDV3_GPIO_LED_SECURITY_RED 11
#define TL_WA801NDV3_GPIO_LED_SECURITY_GREEN 15
#define TL_WA801NDV3_GPIO_LED_LAN 3
@@ -46,8 +46,8 @@ static struct flash_platform_data tl_wa801n_v3_flash_data = {
static struct gpio_led tl_wa801n_v3_leds_gpio[] __initdata = {
{
- .name = "tp-link:green:qss",
- .gpio = TL_WA801NDV3_GPIO_LED_QSS,
+ .name = "tp-link:green:system",
+ .gpio = TL_WA801NDV3_GPIO_LED_SYSTEM,
.active_low = 1,
}, {
.name = "tp-link:green:lan",