public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
Date: Thu, 15 Apr 2010 17:27:16 -0500	[thread overview]
Message-ID: <20100415172716.413b33dc.kim.phillips@freescale.com> (raw)
In-Reply-To: <4BC71C99.8010809@arvoo.nl>

On Thu, 15 Apr 2010 16:03:05 +0200
Rini van Zetten <rini@arvoo.nl> wrote:

> Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead
> of a platform define.
> This will enable all the 83xx platforms to use sdhc_clk based
> on CONFIG_FSL_ESDHC.
> It's the same patch as commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
> for the ppc/85x
>  
> Signed-off-by: Rini <rini@arvoo.nl>
> ---
> 
> v3 : changed to new arch/ file location and mail agent issues fixed
> v2 : added some missed cases in the file
> 
>  arch/ppc/cpu/mpc83xx/speed.c |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/ppc/cpu/mpc83xx/speed.c b/arch/ppc/cpu/mpc83xx/speed.c
> index bde7e92..d9bc1ca 100644
> --- a/arch/ppc/cpu/mpc83xx/speed.c
> +++ b/arch/ppc/cpu/mpc83xx/speed.c
> @@ -116,7 +116,7 @@ int get_clocks(void)
>  #if defined(CONFIG_MPC8315)
>  	u32 tdm_clk;
>  #endif
> -#if defined(CONFIG_MPC837x)
> +#if defined(ONFIG_FSL_ESDHC)

applied and pushed to u-boot-mpc83xx after fixing up s/(ONFIG/(CONFIG/g.

Kim

      reply	other threads:[~2010-04-15 22:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15 14:03 [U-Boot] [PATCH v3] mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk Rini van Zetten
2010-04-15 22:27 ` Kim Phillips [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=20100415172716.413b33dc.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.com \
    --cc=u-boot@lists.denx.de \
    /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