1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 20:50:13 +03:00

[adm5120] add LED definitions for the RB133/133C boards, thanks to Christophe Lucas

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2007-07-27 16:57:19 +00:00
parent c770200ccf
commit ec28552f31

View File

@ -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),