Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Update and fix Beagle LED declarations: gpios for USR0 and USR1 were swapped, and their names don't match docs or silksreen. Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-omap2/board-omap3beagle.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/arch/arm/mach-omap2/board-omap3beagle.c 2008-08-04 22:08:16.000000000 -0700 +++ b/arch/arm/mach-omap2/board-omap3beagle.c 2008-08-04 22:08:36.000000000 -0700 @@ -75,14 +76,14 @@ static struct omap_lcd_config omap3_beag struct gpio_led gpio_leds[] = { { - .name = "beagleboard::led0", + .name = "beagleboard::usr0", .default_trigger = "none", - .gpio = 149, + .gpio = 150, }, { - .name = "beagleboard::led1", + .name = "beagleboard::usr1", .default_trigger = "none", - .gpio = 150, + .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