From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?RXJpYyBCw6luYXJk?= Date: Tue, 14 Jun 2011 20:49:44 +0200 Subject: [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2 In-Reply-To: <1307877916-77017-1-git-send-email-andreas.devel@googlemail.com> References: <1307872809-32070-1-git-send-email-andreas.devel@googlemail.com> <1307877916-77017-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <4DF7AD48.2030600@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > CC: Jens Scharsig > CC: eric at eukrea.com Acked-by: Eric B?nard 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