All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Roger Quadros <ext-roger.quadros@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP3: PM: Smartreflex: Fix VDD2 OPP determining logic
Date: Wed, 20 May 2009 07:09:59 -0700	[thread overview]
Message-ID: <8763fvuaq0.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1242822417-17829-1-git-send-email-ext-roger.quadros@nokia.com> (Roger Quadros's message of "Wed\, 20 May 2009 15\:26\:57 +0300")

Roger Quadros <ext-roger.quadros@nokia.com> writes:

> Use l3_ick clock rate to find out current VDD2 OPP since
> VDD2 OPP table uses rates corresponding to L3 clock.
>
> Signed-off-by: Roger Quadros <ext-roger.quadros@nokia.com>

Thanks, pushed to PM branch.

Kevin

> ---
>  arch/arm/mach-omap2/smartreflex.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c
> index 061cd4e..422c917 100644
> --- a/arch/arm/mach-omap2/smartreflex.c
> +++ b/arch/arm/mach-omap2/smartreflex.c
> @@ -184,7 +184,7 @@ static u16 get_vdd2_opp(void)
>  	u16 opp;
>  	struct clk *clk;
>  
> -	clk = clk_get(NULL, "dpll3_m2_ck");
> +	clk = clk_get(NULL, "l3_ick");
>  
>  	if (clk == NULL || IS_ERR(clk) || l3_opps == NULL)
>  		return 0;
> -- 
> 1.6.0.4

      reply	other threads:[~2009-05-20 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-20 12:26 [PATCH] OMAP3: PM: Smartreflex: Fix VDD2 OPP determining logic Roger Quadros
2009-05-20 14:09 ` Kevin Hilman [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=8763fvuaq0.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=ext-roger.quadros@nokia.com \
    --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.