public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@mvista.com>
To: linux-omap@vger.kernel.org
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: Enable OMAP3 SDRC clock on init.
Date: Tue, 20 Nov 2007 14:44:49 -0800	[thread overview]
Message-ID: <1195598689.17706.16.camel@vence.hilman.org> (raw)
In-Reply-To: <1195597014-14054-1-git-send-email-khilman@mvista.com>


On Tue, 2007-11-20 at 14:16 -0800, Kevin Hilman wrote:
> Enable sdrc_ick on init so it doesn't get disabled when
> CONFIG_OMAP_RESET_CLOCKS=y

FYI... with this patch and the previous UART3 patch, the 'disable unused
clocks' feature is working on 3430SDP

Kevin

> Signed-off-by: Kevin Hilman <khilman@mvista.com>
> ---
>  arch/arm/mach-omap2/clock34xx.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
> index b8132a1..a5321bb 100644
> --- a/arch/arm/mach-omap2/clock34xx.h
> +++ b/arch/arm/mach-omap2/clock34xx.h
> @@ -1101,7 +1101,7 @@ static struct clk sdrc_ick = {
>  	.parent		= &core_l3_ick,
>  	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
>  	.enable_bit	= OMAP3430_EN_SDRC_SHIFT,
> -	.flags		= CLOCK_IN_OMAP343X,
> +	.flags		= CLOCK_IN_OMAP343X | ENABLE_ON_INIT,
>  	.recalc		= &followparent_recalc,
>  };
>  

  reply	other threads:[~2007-11-20 22:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20 22:16 [PATCH] ARM: OMAP: Enable OMAP3 SDRC clock on init Kevin Hilman
2007-11-20 22:44 ` Kevin Hilman [this message]
2007-11-20 22:58   ` Kevin Hilman
2007-11-23 20:34     ` Tony Lindgren

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=1195598689.17706.16.camel@vence.hilman.org \
    --to=khilman@mvista.com \
    --cc=linux-omap-open-source@linux.omap.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox