提交 7780c803 编写于 作者: R Robin Becker 提交者: Nicolas Pitre

arm: mach-kirkwood: add led in sheevaplug-setup.c

This patch adds a second, red, led for the standard sheevaplug.
The sheeva_esata mpp config is left unchanged.

Tested on a standard sheevaplug
Signed-off-by: NRobin Becker <robin@reportlab.com>
Acked-by: NPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
上级 7bcdca95
...@@ -57,6 +57,12 @@ static struct mvsdio_platform_data sheeva_esata_mvsdio_data = { ...@@ -57,6 +57,12 @@ static struct mvsdio_platform_data sheeva_esata_mvsdio_data = {
}; };
static struct gpio_led sheevaplug_led_pins[] = { static struct gpio_led sheevaplug_led_pins[] = {
{
.name = "plug:red:misc",
.default_trigger = "none",
.gpio = 46,
.active_low = 1,
},
{ {
.name = "plug:green:health", .name = "plug:green:health",
.default_trigger = "default-on", .default_trigger = "default-on",
...@@ -80,6 +86,7 @@ static struct platform_device sheevaplug_leds = { ...@@ -80,6 +86,7 @@ static struct platform_device sheevaplug_leds = {
static unsigned int sheevaplug_mpp_config[] __initdata = { static unsigned int sheevaplug_mpp_config[] __initdata = {
MPP29_GPIO, /* USB Power Enable */ MPP29_GPIO, /* USB Power Enable */
MPP46_GPIO, /* LED Red */
MPP49_GPIO, /* LED */ MPP49_GPIO, /* LED */
0 0
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册