Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243442
b: refs/heads/master
c: 7780c80
h: refs/heads/master
v: v3
  • Loading branch information
Robin Becker authored and Nicolas Pitre committed Mar 17, 2011
1 parent 2800f3e commit a89ca3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7bcdca95c039d1cd1cfddd6aa012026b409ddb14
refs/heads/master: 7780c803bd103895a9c1c9a3c91db5b45c66e367
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-kirkwood/sheevaplug-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ static struct mvsdio_platform_data sheeva_esata_mvsdio_data = {
};

static struct gpio_led sheevaplug_led_pins[] = {
{
.name = "plug:red:misc",
.default_trigger = "none",
.gpio = 46,
.active_low = 1,
},
{
.name = "plug:green:health",
.default_trigger = "default-on",
Expand All @@ -80,6 +86,7 @@ static struct platform_device sheevaplug_leds = {

static unsigned int sheevaplug_mpp_config[] __initdata = {
MPP29_GPIO, /* USB Power Enable */
MPP46_GPIO, /* LED Red */
MPP49_GPIO, /* LED */
0
};
Expand Down

0 comments on commit a89ca3c

Please sign in to comment.