From patchwork Sun Jun 12 11:25:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 100074 X-Patchwork-Delegate: info@emk-elektronik.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 6C68BB704C for ; Sun, 12 Jun 2011 21:25:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1DE7128119; Sun, 12 Jun 2011 13:25:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id th3ed+Bu6ROW; Sun, 12 Jun 2011 13:25:36 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4E32B28199; Sun, 12 Jun 2011 13:25:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 006C028199 for ; Sun, 12 Jun 2011 13:25:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12iwqhyT3Dhn for ; Sun, 12 Jun 2011 13:25:31 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id 0E30828119 for ; Sun, 12 Jun 2011 13:25:29 +0200 (CEST) Received: by bwz13 with SMTP id 13so3142973bwz.3 for ; Sun, 12 Jun 2011 04:25:28 -0700 (PDT) Received: by 10.205.32.65 with SMTP id sj1mr643736bkb.36.1307877928248; Sun, 12 Jun 2011 04:25:28 -0700 (PDT) Received: from andreas-mbp.erlangen.biessmann.tld (dslb-188-105-233-069.pools.arcor-ip.net [188.105.233.69]) by mx.google.com with ESMTPS id g2sm4317464bkz.23.2011.06.12.04.25.26 (version=SSLv3 cipher=OTHER); Sun, 12 Jun 2011 04:25:27 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de, Reinhard Meyer Date: Sun, 12 Jun 2011 13:25:16 +0200 Message-Id: <1307877916-77017-1-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1307872809-32070-1-git-send-email-andreas.devel@googlemail.com> References: <1307872809-32070-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Cc: Jens Scharsig , eric@eukrea.com Subject: [U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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 --- 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