]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-omap3beagle.c
omap3 beagle: led triggers
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-omap3beagle.c
index 85119ce5aa1467c6782a41fa3491981edd89fa06..cf452bbb53bf2d118e9b54d1161987997ac396b3 100644 (file)
@@ -139,15 +139,15 @@ static struct omap_lcd_config omap3_beagle_lcd_config __initdata = {
        .ctrl_name      = "internal",
 };
 
-struct gpio_led gpio_leds[] = {
+static struct gpio_led gpio_leds[] = {
        {
                .name                   = "beagleboard::usr0",
-               .default_trigger        = "none",
+               .default_trigger        = "heartbeat",
                .gpio                   = 150,
        },
        {
                .name                   = "beagleboard::usr1",
-               .default_trigger        = "none",
+               .default_trigger        = "mmc0",
                .gpio                   = 149,
        },
 };