ar71xx: Fix LED polarity for the TP-LINK TL-MR13U.
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Mar 2015 13:26:19 +0000 (13:26 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Mar 2015 13:26:19 +0000 (13:26 +0000)
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

target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c

index 8b036457a75c4e1a8fdc123a05dc7a1cc1bf362c..84b6937849fd543864690a78f9a08a0f15b635d4 100644 (file)
@@ -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,
        },
 };