public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Syed Mohammed, Khasim" <x0khasim@ti.com>
Cc: Linux OMAP <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] To fix HS I2C driver for OMAP2430
Date: Fri, 31 Aug 2007 11:27:56 -0700	[thread overview]
Message-ID: <20070831182756.GM12350@atomide.com> (raw)
In-Reply-To: <9C23CDD79DA20A479D4615857B2E2C4701A90B86@dlee13.ent.ti.com>

* Syed Mohammed, Khasim <x0khasim@ti.com> [070829 16:17]:
> This should fix HSI2C, Keypad and T2 failures on 2430SDP
> 
> Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
> 
> File Changed:
>  arch/arm/mach-omap2/clock.h
> 
> =======================================================================
> 
> --- linux-omap/arch/arm/mach-omap2/clock.h	2007-08-21 15:44:23.000000000 -0500
> +++ my_linux-omap/arch/arm/mach-omap2/clock.h	2007-08-29 18:07:40.000000000 -0500
> @@ -1734,7 +1734,7 @@ static struct clk i2c2_ick = {
>  	.name		= "i2c_ick",
>  	.id		= 2,
>  	.parent		= &l4_ck,
> -	.flags		= CLOCK_IN_OMAP242X,
> +	.flags		= CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X,
>  	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
>  	.enable_bit	= OMAP2420_EN_I2C2_SHIFT,
>  	.recalc		= &followparent_recalc,
> @@ -1764,7 +1764,7 @@ static struct clk i2c1_ick = {
>  	.name		= "i2c_ick",
>  	.id		= 1,
>  	.parent		= &l4_ck,
> -	.flags		= CLOCK_IN_OMAP242X,
> +	.flags		= CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X,
>  	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
>  	.enable_bit	= OMAP2420_EN_I2C1_SHIFT,
>  	.recalc		= &followparent_recalc,

Pushing today.

Tony

      reply	other threads:[~2007-08-31 18:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-29 23:16 [PATCH] To fix HS I2C driver for OMAP2430 Syed Mohammed, Khasim
2007-08-31 18:27 ` 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=20070831182756.GM12350@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=x0khasim@ti.com \
    /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