ar71xx: unify LED names on TP-Link boards
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-tl-wr1043nd.c
index 77262d73945a13b2d84586d8e0978495b200d776..91aee70c3ac6d6cc41aa2740adbf2e9ad54035d6 100644 (file)
@@ -73,19 +73,19 @@ static struct flash_platform_data tl_wr1043nd_flash_data = {
 
 static struct gpio_led tl_wr1043nd_leds_gpio[] __initdata = {
        {
-               .name           = "tl-wr1043nd:green:usb",
+               .name           = "tp-link:green:usb",
                .gpio           = TL_WR1043ND_GPIO_LED_USB,
                .active_low     = 1,
        }, {
-               .name           = "tl-wr1043nd:green:system",
+               .name           = "tp-link:green:system",
                .gpio           = TL_WR1043ND_GPIO_LED_SYSTEM,
                .active_low     = 1,
        }, {
-               .name           = "tl-wr1043nd:green:qss",
+               .name           = "tp-link:green:qss",
                .gpio           = TL_WR1043ND_GPIO_LED_QSS,
                .active_low     = 0,
        }, {
-               .name           = "tl-wr1043nd:green:wlan",
+               .name           = "tp-link:green:wlan",
                .gpio           = TL_WR1043ND_GPIO_LED_WLAN,
                .active_low     = 1,
        }