From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: arch-mx6: fix PLL2_PFD2_FREQ
Date: Fri, 20 Sep 2013 15:53:16 +0200 [thread overview]
Message-ID: <523C534C.70309@denx.de> (raw)
In-Reply-To: <1378906215-14266-1-git-send-email-list-09_u-boot@tqsc.de>
On 11/09/2013 15:30, Markus Niebel wrote:
> From: Markus Niebel <Markus.Niebel@tqs.de>
>
> according to the manual frequency of PLL2 PFD2 is 396.000.000
> instead of 400.000.000
>
> Signed-off-by: Markus Niebel <Markus.Niebel@tqs.de>
> ---
> arch/arm/include/asm/arch-mx6/crm_regs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h
> index 74aefe6..2813593 100644
> --- a/arch/arm/include/asm/arch-mx6/crm_regs.h
> +++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
> @@ -892,7 +892,7 @@ struct mxc_ccm_reg {
>
> #define PLL2_PFD0_FREQ 352000000
> #define PLL2_PFD1_FREQ 594000000
> -#define PLL2_PFD2_FREQ 400000000
> +#define PLL2_PFD2_FREQ 396000000
> #define PLL2_PFD2_DIV_FREQ 200000000
> #define PLL3_PFD0_FREQ 720000000
> #define PLL3_PFD1_FREQ 540000000
>
Acked-by: Stefano Babic <sbabic@denx.de>
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
next prev parent reply other threads:[~2013-09-20 13:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-11 13:30 [U-Boot] [PATCH] ARM: arch-mx6: fix PLL2_PFD2_FREQ Markus Niebel
2013-09-11 13:30 ` [U-Boot] [PATCH] ARM: i.MX6: add i.MX6D to detected variants Markus Niebel
2013-09-20 13:53 ` Stefano Babic [this message]
2013-09-20 14:32 ` [U-Boot] [PATCH] ARM: arch-mx6: fix PLL2_PFD2_FREQ Pierre Aubert
2013-09-25 7:24 ` Markus Niebel
2013-09-25 7:38 ` Pierre AUBERT
2013-10-10 15:09 ` Stefano Babic
2013-09-20 16:02 ` Stefano Babic
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=523C534C.70309@denx.de \
--to=sbabic@denx.de \
--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.