diff mbox

[U-Boot,v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2

Message ID 1307877916-77017-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Reinhard Meyer
Headers show

Commit Message

Andreas Bießmann June 12, 2011, 11:25 a.m. UTC
This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
CC: Jens Scharsig <js_at_ng@scharsoft.de>
CC: eric@eukrea.com
---
changes since v1:
 - fix typo in commit message

 arch/arm/include/asm/arch-at91/at91rm9200.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Andreas Bießmann June 14, 2011, 4:19 p.m. UTC | #1
Dear Reinhard Meyer,

Am 12.06.2011 um 13:25 schrieb Andreas Bießmann:

> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
> 
> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
> CC: Jens Scharsig <js_at_ng@scharsoft.de>
> CC: eric@eukrea.com

this is a fix and should go into 2011.06. Jens, Eric ... any objections?

regards

Andreas Bießmann
Eric Benard June 14, 2011, 6:49 p.m. UTC | #2
On 12/06/2011 13:25, Andreas Bießmann wrote:
> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
>
> Signed-off-by: Andreas Bießmann<andreas.devel@googlemail.com>
> CC: Jens Scharsig<js_at_ng@scharsoft.de>
> CC: eric@eukrea.com
Acked-by: Eric Bénard <eric@eukrea.com>

Thanks !
> ---
> changes since v1:
>   - fix typo in commit message
>
>   arch/arm/include/asm/arch-at91/at91rm9200.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
> index ff18014..f1912e2 100644
> --- a/arch/arm/include/asm/arch-at91/at91rm9200.h
> +++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
> @@ -99,7 +99,7 @@
>   #define ATMEL_PMX_AA_EMDC	0x00008000
>   #define ATMEL_PMX_AA_EMDIO	0x00010000
>
> -#define ATMEL_PMX_AA_TXD2	0x00810000
> +#define ATMEL_PMX_AA_TXD2	0x00800000
>
>   #define ATMEL_PMX_AA_TWD	0x02000000
>   #define ATMEL_PMX_AA_TWCK	0x04000000
Reinhard Meyer June 30, 2011, 8:45 a.m. UTC | #3
Dear Andreas Bießmann,
> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
> 
> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
> CC: Jens Scharsig <js_at_ng@scharsoft.de>
> CC: eric@eukrea.com
> ---
> changes since v1:
>  - fix typo in commit message
> 
>  arch/arm/include/asm/arch-at91/at91rm9200.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
Applied to u-boot-atmel/master.
Thanks,
Reinhard
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
index ff18014..f1912e2 100644
--- a/arch/arm/include/asm/arch-at91/at91rm9200.h
+++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
@@ -99,7 +99,7 @@ 
 #define ATMEL_PMX_AA_EMDC	0x00008000
 #define ATMEL_PMX_AA_EMDIO	0x00010000
 
-#define ATMEL_PMX_AA_TXD2	0x00810000
+#define ATMEL_PMX_AA_TXD2	0x00800000
 
 #define ATMEL_PMX_AA_TWD	0x02000000
 #define ATMEL_PMX_AA_TWCK	0x04000000