1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -603,6 +603,99 @@ static struct board_info __initdata boar
9 + /*Each led on alice gate is bi-color */
11 + .name = "power:red",
16 + .name = "power:green",
19 + .default_trigger = "default-on",
22 + .name = "service:red",
27 + .name = "service:green",
37 + .name = "adsl:green",
47 + .name = "wifi:green",
52 + .name = "internet:red",
57 + .name = "internet:green",
67 + .name = "usr1:green",
77 + .name = "usr2:green",
89 + .code = KEY_RESTART,
96 + .code = KEY_WPS_BUTTON,
102 static struct board_info __initdata board_DWVS0 = {
103 --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
104 +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
105 @@ -57,7 +57,7 @@ struct board_info {
106 struct bcm63xx_dsp_platform_data dsp;
109 - struct gpio_led leds[5];
110 + struct gpio_led leds[14];
113 struct gpio_button buttons[2];