ar71xx: Fix the sys LEDs on the EasyLink M150 and mini
Sets the system LED on the EasyLink M150 and mini to lower-case "easylink" Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43271
This commit is contained in:
parent
b6f5713b3f
commit
6fafcba63b
3 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ get_status_led() {
|
||||||
;;
|
;;
|
||||||
el-mini | \
|
el-mini | \
|
||||||
el-m150)
|
el-m150)
|
||||||
status_led="EasyLink:green:system"
|
status_led="easylink:green:system"
|
||||||
;;
|
;;
|
||||||
gl-inet)
|
gl-inet)
|
||||||
status_led="gl-connect:green:lan"
|
status_led="gl-connect:green:lan"
|
||||||
|
|
|
@ -44,7 +44,7 @@ static struct flash_platform_data EL_M150_flash_data = {
|
||||||
|
|
||||||
static struct gpio_led EL_M150_leds_gpio[] __initdata = {
|
static struct gpio_led EL_M150_leds_gpio[] __initdata = {
|
||||||
{
|
{
|
||||||
.name = "ELINK:green:system",
|
.name = "easylink:green:system",
|
||||||
.gpio = EL_M150_GPIO_LED_SYSTEM,
|
.gpio = EL_M150_GPIO_LED_SYSTEM,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
},
|
},
|
||||||
|
|
|
@ -40,7 +40,7 @@ static struct flash_platform_data mini_flash_data = {
|
||||||
|
|
||||||
static struct gpio_led mini_leds_gpio[] __initdata = {
|
static struct gpio_led mini_leds_gpio[] __initdata = {
|
||||||
{
|
{
|
||||||
.name = "ELINK:green:system",
|
.name = "easylink:green:system",
|
||||||
.gpio = MINI_GPIO_LED_SYSTEM,
|
.gpio = MINI_GPIO_LED_SYSTEM,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue