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] FIX BUG in GPT1 Clock Selection
Date: Fri, 12 Oct 2007 13:25:25 -0700	[thread overview]
Message-ID: <20071012202525.GI7979@atomide.com> (raw)
In-Reply-To: <9C23CDD79DA20A479D4615857B2E2C4701F4A222@dlee13.ent.ti.com>

* Syed Mohammed, Khasim <x0khasim@ti.com> [071010 16:21]:
> The GPT1 CLK SEL register was getting wrong src register, due to which GPT1 was not able to select SYS_CLK as input.
> 
> Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
> 
> File:
>  arch/arm/mach-omap2/clock24xx.h
> =======================================================================
> 
> diff -purN linux-omap/arch/arm/mach-omap2/clock24xx.h my_linux-omap/arch/arm/mach-omap2/clock24xx.h
> --- linux-omap/arch/arm/mach-omap2/clock24xx.h	2007-10-09 18:14:08.000000000 -0500
> +++ my_linux-omap/arch/arm/mach-omap2/clock24xx.h	2007-10-10 17:27:07.000000000 -0500
> @@ -1489,7 +1489,7 @@ static struct clk gpt1_fck = {
>  	.enable_reg	= OMAP_CM_REGADDR(WKUP_MOD, CM_FCLKEN),
>  	.enable_bit	= OMAP24XX_EN_GPT1_SHIFT,
>  	.init		= &omap2_init_clksel_parent,
> -	.clksel_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_CLKSEL2),
> +	.clksel_reg	= OMAP_CM_REGADDR(WKUP_MOD, CM_CLKSEL1),
>  	.clksel_mask	= OMAP24XX_CLKSEL_GPT1_MASK,
>  	.clksel		= omap24xx_gpt_clksel,
>  	.recalc		= &omap2_clksel_recalc,

Pushing today.

Tony

      reply	other threads:[~2007-10-12 20:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-10 23:17 [PATCH] FIX BUG in GPT1 Clock Selection Syed Mohammed, Khasim
2007-10-12 20:25 ` 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=20071012202525.GI7979@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