From 4bc9aad0792bdb6bd6bd49282d0c16cca02f67d3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 10 Mar 2015 13:26:50 +0000 Subject: [PATCH] ar71xx: Fix LED polarity for the TP-LINK TL-MR13U. Please also backport to Barrier Breaker (this same patch applies there too). Signed-off-by: Vittorio Gambaletta SVN-Revision: 44647 --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c index 8b036457a7..84b6937849 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c @@ -45,7 +45,7 @@ static struct gpio_led tl_mr13u_leds_gpio[] __initdata = { { .name = "tp-link:blue:system", .gpio = TL_MR13U_GPIO_LED_SYSTEM, - .active_low = 1, + .active_low = 0, }, };