]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
beagle LED fixes
authorDavid Brownell <david-b@pacbell.net>
Tue, 5 Aug 2008 06:56:15 +0000 (23:56 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 5 Aug 2008 08:23:56 +0000 (11:23 +0300)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Koen Kooi <koen@openembedded.org>
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@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3beagle.c

index fdce787e8ae5040f096dde591c02eaa87bfc75ea..40feef1bc057d3c49a3c8b18081a1a615886c3c7 100644 (file)
@@ -75,14 +75,14 @@ static struct omap_lcd_config omap3_beagle_lcd_config __initdata = {
 
 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,
        },
 };