add LED definitions for the RB133/133C boards, thanks to Christophe Lucas
SVN-Revision: 8199
This commit is contained in:
parent
79cec23546
commit
a9ffbd94e7
@ -120,6 +120,11 @@ LED_ARRAY(rb100) { /* FIXME: untested */
|
||||
};
|
||||
#endif
|
||||
|
||||
LED_ARRAY(rb133) {
|
||||
LED_STD(ADM5120_GPIO_PIN6, "power", NULL ),
|
||||
LED_STD(ADM5120_GPIO_PIN5, "user", NULL ),
|
||||
};
|
||||
|
||||
/*
|
||||
* Compex boards
|
||||
*/
|
||||
@ -205,6 +210,8 @@ static struct mach_data machines[] __initdata = {
|
||||
MACH_DATA(MACH_ADM5120_WP54G_WRT, wp54g),
|
||||
MACH_DATA(MACH_ADM5120_WPP54AG, wp54g),
|
||||
MACH_DATA(MACH_ADM5120_WPP54G, wp54g),
|
||||
MACH_DATA(MACH_ADM5120_RB_133, rb133),
|
||||
MACH_DATA(MACH_ADM5120_RB_133C, rb133),
|
||||
#if defined(CONFIG_LEDS_ADM5120_EXPERIMENTAL)
|
||||
MACH_DATA(MACH_ADM5120_P334, p334),
|
||||
MACH_DATA(MACH_ADM5120_P335, p335),
|
||||
|
Loading…
Reference in New Issue
Block a user