1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

adm5120: fix USB LED configuration for the BR-6104KP (closes #4187)

* Thanks to Eugeny Zadevalov

SVN-Revision: 20098
This commit is contained in:
Gabor Juhos 2010-03-09 18:05:55 +00:00
parent 18ee1b6dda
commit 8a15575a1c

@ -13,8 +13,8 @@
static struct gpio_led br6104kp_gpio_leds[] __initdata = {
GPIO_LED_STD(ADM5120_GPIO_PIN0, "power", NULL),
GPIO_LED_STD(ADM5120_GPIO_PIN1, "usb1", NULL),
GPIO_LED_INV(ADM5120_GPIO_PIN3, "usb2", NULL),
GPIO_LED_INV(ADM5120_GPIO_PIN3, "usb1", NULL),
GPIO_LED_INV(ADM5120_GPIO_PIN1, "usb2", NULL),
GPIO_LED_INV(ADM5120_GPIO_P0L1, "wan_speed", NULL),
GPIO_LED_INV(ADM5120_GPIO_P0L0, "wan_lnkact", NULL),
GPIO_LED_INV(ADM5120_GPIO_P1L1, "lan1_speed", NULL),