The IGEPv2 board uses an green GPIO LED to inform the user that the kernel could boot. The green status GPIO LED was default to Heartbeat but On is better to signal that is running correctly. Signed-off-by: Javier Martinez Canillas <javier.martinez@xxxxxxxxxxxxxxx> --- arch/arm/mach-omap2/board-igep0020.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 0f24cb8..e526228 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c @@ -313,7 +313,7 @@ static struct gpio_led igep_gpio_leds[] = { }, [3] = { .name = "gpio-led:green:d1", - .default_trigger = "heartbeat", + .default_trigger = "default-on", .gpio = -EINVAL, /* gets replaced */ .active_low = 1, }, -- 1.7.7.6 -- 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