All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Koen Kooi <k.kooi@student.utwente.nl>
Cc: David Brownell <david-b@pacbell.net>, linux-omap@vger.kernel.org
Subject: Re: [patch 2.6.26-omap-git] beagle LED fixes
Date: Tue, 5 Aug 2008 11:24:09 +0300	[thread overview]
Message-ID: <20080805082407.GA7193@atomide.com> (raw)
In-Reply-To: <EAD57A58-81F7-45A9-95CB-69FC5068885F@student.utwente.nl>

* Koen Kooi <k.kooi@student.utwente.nl> [080805 11:14]:
>
> Op 5 aug 2008, om 08:56 heeft David Brownell het volgende geschreven:
>
>> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
>>
>> Update and fix Beagle LED declarations:  gpios for USR0 and USR1
>> were swapped, and their names don't match docs or silksreen.
>
> I just heard that from TI and wanted to fix that today :) I didn't  
> notice it because revA board have the leds shorted together so they both 
> light up at the same time.

Pushing today.

Tony

>
>> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
>
> Acked-by: Koen Kooi <koen@openembedded.org>
>
>>
>> ---
>> 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@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>



      reply	other threads:[~2008-08-05  8:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05  6:56 [patch 2.6.26-omap-git] beagle LED fixes David Brownell
2008-08-05  8:13 ` Koen Kooi
2008-08-05  8:24   ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080805082407.GA7193@atomide.com \
    --to=tony@atomide.com \
    --cc=david-b@pacbell.net \
    --cc=k.kooi@student.utwente.nl \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.