ar71xx: airrouter power led support
authorGabor Juhos <juhosg@openwrt.org>
Thu, 12 Jul 2012 08:34:21 +0000 (08:34 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 12 Jul 2012 08:34:21 +0000 (08:34 +0000)
This patch adds support for power led to Unifi Airrouter AP.

[juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>
SVN-Revision: 32678

target/linux/ar71xx/patches-3.3/608-MIPS-ath79-ubnt-xm-add-more-boards.patch

index ec5595f7ddd1ea6ca9d7f689a08a6f47010f4ae3..875914758007ba9649294405abbfa4bcdad0d8ef 100644 (file)
@@ -57,7 +57,7 @@
  
        ath79_register_leds_gpio(-1, ARRAY_SIZE(ubnt_xm_leds_gpio),
                                 ubnt_xm_leds_gpio);
-@@ -79,9 +85,107 @@ static void __init ubnt_xm_init(void)
+@@ -79,9 +85,112 @@ static void __init ubnt_xm_init(void)
  
        ath79_register_m25p80(NULL);
        ap91_pci_init(eeprom, NULL);
 +              .name           = "ubnt:green:globe",
 +              .gpio           = 0,
 +              .active_low     = 1,
++      }, {
++              .name           = "ubnt:green:power",
++              .gpio           = 11,
++              .active_low     = 1,
++              .default_state  = LEDS_GPIO_DEFSTATE_ON,
 +      }
 +};
 +