mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
adm5120: fix USB LED configuration for the BR-6104KP (closes #4187)
* Thanks to Eugeny Zadevalov SVN-Revision: 20098
This commit is contained in:
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),
|
||||
|
Loading…
Reference in New Issue
Block a user