mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-09 03:01:55 +02: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:
parent
c770200ccf
commit
ec28552f31
@ -120,6 +120,11 @@ LED_ARRAY(rb100) { /* FIXME: untested */
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
LED_ARRAY(rb133) {
|
||||||
|
LED_STD(ADM5120_GPIO_PIN6, "power", NULL ),
|
||||||
|
LED_STD(ADM5120_GPIO_PIN5, "user", NULL ),
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Compex boards
|
* Compex boards
|
||||||
*/
|
*/
|
||||||
@ -205,6 +210,8 @@ static struct mach_data machines[] __initdata = {
|
|||||||
MACH_DATA(MACH_ADM5120_WP54G_WRT, wp54g),
|
MACH_DATA(MACH_ADM5120_WP54G_WRT, wp54g),
|
||||||
MACH_DATA(MACH_ADM5120_WPP54AG, wp54g),
|
MACH_DATA(MACH_ADM5120_WPP54AG, wp54g),
|
||||||
MACH_DATA(MACH_ADM5120_WPP54G, 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)
|
#if defined(CONFIG_LEDS_ADM5120_EXPERIMENTAL)
|
||||||
MACH_DATA(MACH_ADM5120_P334, p334),
|
MACH_DATA(MACH_ADM5120_P334, p334),
|
||||||
MACH_DATA(MACH_ADM5120_P335, p335),
|
MACH_DATA(MACH_ADM5120_P335, p335),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user