diff options
Diffstat (limited to 'target/linux/ar71xx/files/arch')
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, } |