summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
diff options
context:
space:
mode:
authorWojciech Jowsa <w.jowsa@radytek.com>2017-02-15 12:38:07 +0100
committerJohn Crispin <john@phrozen.org>2017-03-06 07:50:11 +0100
commitf223c4a9230f520f27bf0e1c458335b79935805a (patch)
tree8205c144f6e55f0d551465003c47ed089c75124a /target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
parent787cb58574285e0b968d7612528f9d7ae81395da (diff)
downloadmtk-20170518-f223c4a9230f520f27bf0e1c458335b79935805a.zip
mtk-20170518-f223c4a9230f520f27bf0e1c458335b79935805a.tar.gz
mtk-20170518-f223c4a9230f520f27bf0e1c458335b79935805a.tar.bz2
ar71xx: set status led for the gl-* boards
Signed-off-by: Wojciech Jowsa <w.jowsa@radytek.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
index 42f4415..412c562 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-mifi.c
@@ -41,27 +41,27 @@
static struct gpio_led gl_mifi_leds_gpio[] __initdata = {
{
- .name = "gl-mifi:wan",
+ .name = "gl-mifi:greeen:wan",
.gpio = GL_MIFI_GPIO_LED_WAN,
.active_low = 0,
},
{
- .name = "gl-mifi:lan",
+ .name = "gl-mifi:green:lan",
.gpio = GL_MIFI_GPIO_LED_LAN,
.active_low = 0,
},
{
- .name = "gl-mifi:wlan",
+ .name = "gl-mifi:green:wlan",
.gpio = GL_MIFI_GPIO_LED_WLAN,
.active_low = 0,
},
{
- .name = "gl-mifi:net",
+ .name = "gl-mifi:green:net",
.gpio = GL_MIFI_GPIO_LED_NET,
.active_low = 0,
},
{
- .name = "gl-mifi:3gcontrol",
+ .name = "gl-mifi:green:3gcontrol",
.gpio = GL_MIFI_GPIO_LED_3GCONTROL,
.active_low = 0,
}