ar71xx: add support for Green WAN LED on wnr2000-v4
authorFelix Fietkau <nbd@openwrt.org>
Fri, 8 May 2015 12:24:17 +0000 (12:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 8 May 2015 12:24:17 +0000 (12:24 +0000)
Signed-off-by: Michael J. Bazzinotti <mbazzinotti@gmail.com>
SVN-Revision: 45638

target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c

index 80044f45c0e605713f17ae1ed53f77ad4d288930..eb0979a3cbc9b31eb251d641245d1f82d6b72422 100644 (file)
@@ -60,6 +60,10 @@ static struct gpio_led wnr2000v4_leds_gpio[] __initdata = {
                .gpio           = WNR2000V4_GPIO_LED_PWR_GREEN,
                .active_low     = 1,
         .default_trigger = "default-on",
+       }, {
+               .name           = "netgear:green:wan",
+               .gpio           = WNR2000V4_GPIO_LED_WAN_GREEN,
+               .active_low     = 1,
        }, {
                .name           = "netgear:amber:wan",
                .gpio           = WNR2000V4_GPIO_LED_WAN_AMBER,