brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and Comtrend...
[openwrt/openwrt.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / board_bcm963xx.h
index e07a07c88c5a39f685a2211816fee7db176944f3..e5b916036f1a650c46cc72d146d725ff5844a5ab 100644 (file)
@@ -55,10 +55,10 @@ struct board_info {
        struct bcm63xx_dsp_platform_data dsp;
 
        /* GPIO LEDs */
-       struct gpio_led leds[5];
+       struct gpio_led leds[8];
 
        /* Reset button */
-       unsigned int    reset_btn;
+       struct gpio_button reset_buttons[1];
 };
 
 #endif /* ! BOARD_BCM963XX_H_ */