All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Woodruff, Richard" <r-woodruff2@ti.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] Fix OMAP2 dss2 so clk_set_parent works
Date: Fri, 26 Jan 2007 12:09:34 -0800	[thread overview]
Message-ID: <20070126200933.GF29286@atomide.com> (raw)
In-Reply-To: <3B6D69C3A9EBCA4BA5DA60D91302742932FFC4@dlee13.ent.ti.com>

* Woodruff, Richard <r-woodruff2@ti.com> [070124 17:08]:
> Hello,
> 
> This adds the delayed application attribute to the dss2 clock.  DSS2
> can't select the 48MHz APLL with properly with out validating the
> configuration as trigged by this flag.
> 
> Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
> 
> diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
> index 8816f5a..094c309 100644
> --- a/arch/arm/mach-omap2/clock.h
> +++ b/arch/arm/mach-omap2/clock.h
> @@ -1013,7 +1013,8 @@ static struct clk dss2_fck = {		/* Alt c
>  	.name		= "dss2_fck",
>  	.parent		= &sys_ck,		/* fixed at sys_ck or
> 48MHz */
>  	.flags		= CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X |
> -				RATE_CKCTL | CM_CORE_SEL1 | RATE_FIXED,
> +				RATE_CKCTL | CM_CORE_SEL1 | RATE_FIXED |
> 
> +				DELAYED_APP,
>  	.enable_reg	= (void __iomem *)&CM_FCLKEN1_CORE,
>  	.enable_bit	= 1,
>  	.src_offset	= 13,
> 

Pushing today.

Tony

      reply	other threads:[~2007-01-26 20:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-25  1:07 [PATCH] Fix OMAP2 dss2 so clk_set_parent works Woodruff, Richard
2007-01-26 20:09 ` 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=20070126200933.GF29286@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=r-woodruff2@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 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.