public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: Koen Kooi <koen@openembedded.org>
Cc: linux-omap@vger.kernel.org, Koen Kooi <koen@beagleboard.org>
Subject: Re: [PATCH v2] board-omap3beagle: set i2c-3 to 100kHz
Date: Sun, 25 Jan 2009 04:04:10 -0800	[thread overview]
Message-ID: <200901250404.11059.david-b@pacbell.net> (raw)
In-Reply-To: <1232873177-15531-1-git-send-email-koen@openembedded.org>

On Sunday 25 January 2009, Koen Kooi wrote:
> From: Koen Kooi <koen@beagleboard.org>
> 
> Changing it do 100kHz is needed to make more devices works properly. Controlling the TI DLP Pico projector[1] doesn't work properly at 400kHz, 100kHz and lower work fine. EDID readout is unaffected by this change.
> 
> [1] http://focus.ti.com/dlpdmd/docs/dlpdiscovery.tsp?sectionId=60&tabId=2234
> 
> Signed-off-by: Koen Kooi <koen@beagleboard.org>

Acked-by: David Brownell <dbrownell@users.sourceforge.net>

:)

> ---
>  arch/arm/mach-omap2/board-omap3beagle.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
> index fe97bab..f7a6f7d 100644
> --- a/arch/arm/mach-omap2/board-omap3beagle.c
> +++ b/arch/arm/mach-omap2/board-omap3beagle.c
> @@ -227,7 +227,9 @@ static int __init omap3_beagle_i2c_init(void)
>  #ifdef CONFIG_I2C2_OMAP_BEAGLE
>  	omap_register_i2c_bus(2, 400, NULL, 0);
>  #endif
> -	omap_register_i2c_bus(3, 400, NULL, 0);
> +	/* Bus 3 is attached to the DVI port where devices like the pico DLP 
> +	 * projector don't work reliably with 400kHz */
> +	omap_register_i2c_bus(3, 100, NULL, 0);
>  	return 0;
>  }
>  
> -- 
> 1.5.6.5
> 
> --
> 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:[~2009-01-25 12:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-25  8:46 [PATCH v2] board-omap3beagle: set i2c-3 to 100kHz Koen Kooi
2009-01-25 12:04 ` David Brownell [this message]
2009-02-04 19:58   ` Koen Kooi
2009-02-06 14:15     ` Koen Kooi
2009-02-06 22:23       ` Tony Lindgren
2009-02-20 16:25         ` Tony Lindgren
2009-02-20 16:59           ` Koen Kooi

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=200901250404.11059.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --cc=koen@beagleboard.org \
    --cc=koen@openembedded.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox