From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx35: Fix typo on EDIO
Date: Fri, 17 Aug 2012 13:15:48 +0200 [thread overview]
Message-ID: <502E27E4.3020201@denx.de> (raw)
In-Reply-To: <1175399440.2399661.1344950904287.JavaMail.root@advansee.com>
On 14/08/2012 15:28, Beno?t Th?baudeau wrote:
> Signed-off-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> .../arch/arm/include/asm/arch-mx35/crm_regs.h | 4 ++--
> .../board/CarMediaLab/flea3/flea3.c | 2 +-
> .../board/freescale/mx35pdk/mx35pdk.c | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git u-boot-4d3c95f.orig/arch/arm/include/asm/arch-mx35/crm_regs.h u-boot-4d3c95f/arch/arm/include/asm/arch-mx35/crm_regs.h
> index e903cf1..7a2d1bb 100644
> --- u-boot-4d3c95f.orig/arch/arm/include/asm/arch-mx35/crm_regs.h
> +++ u-boot-4d3c95f/arch/arm/include/asm/arch-mx35/crm_regs.h
> @@ -158,8 +158,8 @@
> #define MXC_CCM_CGR0_CSPI2_MASK (0x3 << 12)
> #define MXC_CCM_CGR0_ECT_OFFSET 14
> #define MXC_CCM_CGR0_ECT_MASK (0x3 << 14)
> -#define MXC_CCM_CGR0_EDI0_OFFSET 16
> -#define MXC_CCM_CGR0_EDI0_MASK (0x3 << 16)
> +#define MXC_CCM_CGR0_EDIO_OFFSET 16
> +#define MXC_CCM_CGR0_EDIO_MASK (0x3 << 16)
> #define MXC_CCM_CGR0_EMI_OFFSET 18
> #define MXC_CCM_CGR0_EMI_MASK (0x3 << 18)
> #define MXC_CCM_CGR0_EPIT1_OFFSET 20
> diff --git u-boot-4d3c95f.orig/board/CarMediaLab/flea3/flea3.c u-boot-4d3c95f/board/CarMediaLab/flea3/flea3.c
> index 34ede87..6cef24c 100644
> --- u-boot-4d3c95f.orig/board/CarMediaLab/flea3/flea3.c
> +++ u-boot-4d3c95f/board/CarMediaLab/flea3/flea3.c
> @@ -247,7 +247,7 @@ int board_early_init_f(void)
> /* enable clocks */
> writel(readl(&ccm->cgr0) |
> MXC_CCM_CGR0_EMI_MASK |
> - MXC_CCM_CGR0_EDI0_MASK |
> + MXC_CCM_CGR0_EDIO_MASK |
> MXC_CCM_CGR0_EPIT1_MASK,
> &ccm->cgr0);
>
> diff --git u-boot-4d3c95f.orig/board/freescale/mx35pdk/mx35pdk.c u-boot-4d3c95f/board/freescale/mx35pdk/mx35pdk.c
> index bc415b8..787c923 100644
> --- u-boot-4d3c95f.orig/board/freescale/mx35pdk/mx35pdk.c
> +++ u-boot-4d3c95f/board/freescale/mx35pdk/mx35pdk.c
> @@ -168,7 +168,7 @@ int board_early_init_f(void)
> /* enable clocks */
> writel(readl(&ccm->cgr0) |
> MXC_CCM_CGR0_EMI_MASK |
> - MXC_CCM_CGR0_EDI0_MASK |
> + MXC_CCM_CGR0_EDIO_MASK |
> MXC_CCM_CGR0_EPIT1_MASK,
> &ccm->cgr0);
>
>
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:[~2012-08-17 11:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 13:28 [U-Boot] [PATCH] mx35: Fix typo on EDIO Benoît Thébaudeau
2012-08-17 11:15 ` Stefano Babic [this message]
2012-08-20 7:55 ` 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=502E27E4.3020201@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox