register GPIO-connected LEDs for known boards

SVN-Revision: 16887
This commit is contained in:
Florian Fainelli
2009-07-18 00:40:23 +00:00
parent af6076273a
commit ecad504c39
4 changed files with 259 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
#define BOARD_BCM963XX_H_
#include <linux/types.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <bcm63xx_dev_enet.h>
#include <bcm63xx_dev_dsp.h>
@@ -51,6 +53,9 @@ struct board_info {
/* DSP config */
struct bcm63xx_dsp_platform_data dsp;
/* GPIO LEDs */
struct gpio_led leds[5];
};
#endif /* ! BOARD_BCM963XX_H_ */