mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:31:05 +02:00
ar71xx: add missing GPIO LED for the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19744 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0a0ed2c3ec
commit
cadd5454c3
@ -29,6 +29,7 @@
|
|||||||
#define WNDR3700_GPIO_LED_POWER_ORANGE 1
|
#define WNDR3700_GPIO_LED_POWER_ORANGE 1
|
||||||
#define WNDR3700_GPIO_LED_POWER_GREEN 2
|
#define WNDR3700_GPIO_LED_POWER_GREEN 2
|
||||||
#define WNDR3700_GPIO_LED_WPS_GREEN 4
|
#define WNDR3700_GPIO_LED_WPS_GREEN 4
|
||||||
|
#define WNDR3700_GPIO_LED_WAN_GREEN 6
|
||||||
|
|
||||||
#define WNDR3700_GPIO_BTN_WPS 3
|
#define WNDR3700_GPIO_BTN_WPS 3
|
||||||
#define WNDR3700_GPIO_BTN_RESET 8
|
#define WNDR3700_GPIO_BTN_RESET 8
|
||||||
@ -118,6 +119,10 @@ static struct gpio_led wndr3700_leds_gpio[] __initdata = {
|
|||||||
.name = "wndr3700:orange:wps",
|
.name = "wndr3700:orange:wps",
|
||||||
.gpio = WNDR3700_GPIO_LED_WPS_ORANGE,
|
.gpio = WNDR3700_GPIO_LED_WPS_ORANGE,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
|
}, {
|
||||||
|
.name = "wndr3700:green:wan",
|
||||||
|
.gpio = WNDR3700_GPIO_LED_WAN_GREEN,
|
||||||
|
.active_low = 1,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user