aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-10 13:26:19 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-10 13:26:19 +0000
commitfb1428203e2a68184ddcecd2ae5f804d81de9aad (patch)
tree4ed33edcb71725a8967a2ecdce9cc5a94f23e97a
parent91559b33b11215c171f3f14b50ea061eaa295e5e (diff)
downloadupstream-fb1428203e2a68184ddcecd2ae5f804d81de9aad.tar.gz
upstream-fb1428203e2a68184ddcecd2ae5f804d81de9aad.tar.bz2
upstream-fb1428203e2a68184ddcecd2ae5f804d81de9aad.zip
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 <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@44645 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c2
1 files changed, 1 insertions, 1 deletions
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,
},
};