All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support
Date: Thu, 27 Oct 2011 13:54:27 -0500	[thread overview]
Message-ID: <4EA9A8E3.9040208@freescale.com> (raw)
In-Reply-To: <1319682593-7746-1-git-send-email-Chang-Ming.Huang@freescale.com>

On 10/26/2011 09:29 PM, Chang-Ming.Huang at freescale.com wrote:
> From: Jerry Huang <Chang-Ming.Huang@freescale.com>
> 
> This patch:
> 1. Support 512MB DDR.
> 2. Support 33.33MHz oscillator.
> 3. QE clock is changed to 500MHz as the default value.
> 
> The new MPC8360EMDS board changes the oscillator to 33.33MHz in order to
> support QE 500MHZ and this new board supports 512MB DDR since 2008,
> but the u-boot only supports 256MB DDR and 66.6MHz oscillator on top tree,
[snip]
> diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h
> index 49d64a5..b4b385a 100644
> --- a/include/configs/MPC8360EMDS.h
> +++ b/include/configs/MPC8360EMDS.h
> @@ -40,13 +40,13 @@
>   * System Clock Setup
>   */
>  #ifdef CONFIG_PCISLAVE
> -#define CONFIG_83XX_PCICLK	66000000 /* in HZ */
> +#define CONFIG_83XX_PCICLK	33300000 /* in HZ */
>  #else
> -#define CONFIG_83XX_CLKIN	66000000 /* in Hz */
> +#define CONFIG_83XX_CLKIN	33300000 /* in Hz */
>  #endif

Is it 33.33 MHz (as stated in the changelog) or 33.30 MHz (as
implemented here)?

-Scott

  reply	other threads:[~2011-10-27 18:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-27  2:29 [U-Boot] [PATCH v2] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support Chang-Ming.Huang at freescale.com
2011-10-27 18:54 ` Scott Wood [this message]
2011-10-27 19:05   ` Scott Wood

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=4EA9A8E3.9040208@freescale.com \
    --to=scottwood@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 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.