diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:46 +0000 |
commit | 66ab406d5ac58f21507a00451c5444fbbe9d8bb3 (patch) | |
tree | 44e7ed292d13e2ab83643ec7a7c6f0cb7848fe8f /target/linux/ar71xx/files/arch/mips | |
parent | e7586959df121c8371dd4501f85eb4c20d9f7f6e (diff) | |
download | upstream-66ab406d5ac58f21507a00451c5444fbbe9d8bb3.tar.gz upstream-66ab406d5ac58f21507a00451c5444fbbe9d8bb3.tar.bz2 upstream-66ab406d5ac58f21507a00451c5444fbbe9d8bb3.zip |
ar71xx: unify LED names on Buffalo boards
SVN-Revision: 28702
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
3 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c index a88a481890..b29bf71bb7 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c @@ -83,15 +83,15 @@ static struct flash_platform_data whrhpg300n_flash_data = { static struct gpio_led whrhpg300n_leds_gpio[] __initdata = { { - .name = "whr-hp-g300n:orange:security", + .name = "buffalo:orange:security", .gpio = WHRHPG300N_GPIO_LED_SECURITY, .active_low = 1, }, { - .name = "whr-hp-g300n:red:diag", + .name = "buffalo:red:diag", .gpio = WHRHPG300N_GPIO_LED_DIAG, .active_low = 1, }, { - .name = "whr-hp-g300n:green:router", + .name = "buffalo:green:router", .gpio = WHRHPG300N_GPIO_LED_ROUTER, .active_low = 1, } diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-ag300h.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-ag300h.c index 768c02d1ac..ac0b9bfc0a 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-ag300h.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-ag300h.c @@ -123,7 +123,7 @@ static void add_mtd_concat_notifier(void) static struct gpio_led wzrhpag300h_leds_gpio[] __initdata = { { - .name = "wzr-hp-ag300h:red:diag", + .name = "buffalo:red:diag", .gpio = 1, .active_low = 1, }, diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh.c index 9a1fbea391..2eb742e4a9 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh.c @@ -122,23 +122,23 @@ static struct platform_device wzrhpg300nh_flash_device = { static struct gpio_led wzrhpg300nh_leds_gpio[] __initdata = { { - .name = "wzr-hp-g300nh:orange:security", + .name = "buffalo:orange:security", .gpio = WZRHPG300NH_GPIO_LED_SECURITY, .active_low = 1, }, { - .name = "wzr-hp-g300nh:green:wireless", + .name = "buffalo:green:wireless", .gpio = WZRHPG300NH_GPIO_LED_WIRELESS, .active_low = 1, }, { - .name = "wzr-hp-g300nh:green:router", + .name = "buffalo:green:router", .gpio = WZRHPG300NH_GPIO_LED_ROUTER, .active_low = 1, }, { - .name = "wzr-hp-g300nh:red:diag", + .name = "buffalo:red:diag", .gpio = WZRHPG300NH_GPIO_LED_DIAG, .active_low = 1, }, { - .name = "wzr-hp-g300nh:blue:usb", + .name = "buffalo:blue:usb", .gpio = WZRHPG300NH_GPIO_LED_USB, .active_low = 1, } |