diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:46 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:46 +0000 |
commit | 54e69d54d624cf3a2df41bcb363f83e4add6cbaf (patch) | |
tree | cfa078d1e2399057f71ff420f1d66cc41bfa7b07 /target/linux/ar71xx/files | |
parent | 46393cef669cf1450dbe4f738068e9caded1565c (diff) |
ar71xx: unify LED names on Buffalo boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
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, } |