From 876ef43d2a5df2546fc30f50469135b4b335e72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Sun, 12 Jun 2011 01:25:16 +0000 Subject: at91rm9200.h: fix ATMEL_PMX_AA_TXD2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch sets the ATMEL_PMX_AA_TXD2 to the correct value. Signed-off-by: Andreas Bießmann CC: Jens Scharsig CC: eric@eukrea.com Acked-by: Eric Bénard 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 -- cgit v0.10.2