From: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Assign default roles to two of Beagle's programmable LEDs: - usr0 has a heartbeat to show basic activity - usr1 shows MMC activity A third led is controlled by the TWL4030 LED_B signal, but the TWL driver doesn't yet support leds... Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> --- beagle.orig/arch/arm/mach-omap2/board-omap3beagle.c 2008-08-27 21:14:27.000000000 -0700 +++ beagle/arch/arm/mach-omap2/board-omap3beagle.c 2008-08-27 21:19:00.000000000 -0700 @@ -139,15 +139,15 @@ static struct omap_lcd_config omap3_beag .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, }, }; -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html