Skip to content
Snippets Groups Projects
Commit 3faf8468 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (closes: #2756)

SVN-Revision: 9600
parent 717ff24d
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,21 @@ LED_ARRAY(br6104k) {
LED_INV(ADM5120_GPIO_P4L0, "lan4_lnkact", NULL),
};
LED_ARRAY(br61x4wg) {
LED_STD(ADM5120_GPIO_PIN0, "power", NULL),
LED_STD(ADM5120_GPIO_PIN5, "wlan", NULL),
LED_INV(ADM5120_GPIO_P0L1, "wan_speed", NULL),
LED_INV(ADM5120_GPIO_P0L0, "wan_lnkact", NULL),
LED_INV(ADM5120_GPIO_P1L1, "lan1_speed", NULL),
LED_INV(ADM5120_GPIO_P1L0, "lan1_lnkact", NULL),
LED_INV(ADM5120_GPIO_P2L1, "lan2_speed", NULL),
LED_INV(ADM5120_GPIO_P2L0, "lan2_lnkact", NULL),
LED_INV(ADM5120_GPIO_P3L1, "lan3_speed", NULL),
LED_INV(ADM5120_GPIO_P3L0, "lan3_lnkact", NULL),
LED_INV(ADM5120_GPIO_P4L1, "lan4_speed", NULL),
LED_INV(ADM5120_GPIO_P4L0, "lan4_lnkact", NULL),
};
/*
* Mikrotik boards
*/
......@@ -232,6 +247,7 @@ static struct mach_data machines[] __initdata = {
MACH_DATA(MACH_ADM5120_WPP54G, wp54g),
/* Edimax */
MACH_DATA(MACH_ADM5120_BR6104K, br6104k),
MACH_DATA(MACH_ADM5120_BR61x4WG, br61x4wg),
/* Mikrotik */
MACH_DATA(MACH_ADM5120_RB_133, rb133),
MACH_DATA(MACH_ADM5120_RB_133C, rb133),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment