From patchwork Fri Jun 24 18:07:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 917062 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5OI8GgZ024032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 24 Jun 2011 18:08:38 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QaAnX-0004HH-PK; Fri, 24 Jun 2011 18:08:08 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QaAnX-0000tl-Dc; Fri, 24 Jun 2011 18:08:07 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QaAnT-0000tS-RO for linux-arm-kernel@lists.infradead.org; Fri, 24 Jun 2011 18:08:04 +0000 Received: by ywf9 with SMTP id 9so1456401ywf.36 for ; Fri, 24 Jun 2011 11:08:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=grWa6M8rzCBloS/WxgH+xsj+auGgQzzU5sz+0i9jqNg=; b=ER8uvMNsxvOPekPrbnbWF8z5kejpIGC0VWZPUqHqEXnx3UMA7jLkk9efKPFmCo4MRZ 1gQTIZbFitDUrpMta/ozw3kOTf4KPxb41kVAr4C7rhDRqJObJiI/PkX2Ud/hW1j4NX0h lZFudgej9GFHKixkcCHNP9EWq3VLxP29ANKHI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=L7mGE5Kmk6WkqKJJ7avDa8VSm20B4exuyo2Vyz5u64nGoKWAAkLRgERm4c4M2X25gR /6v+9yCqGwxpTlekhB8xyY8KjTlHd6cJJOdUU8Wcbqpr/9ThNq1ynlFqb3R2BfLrrdyD rEw3B2HaB3S3f9dzc26u95EQzZzFoBLmSp44s= Received: by 10.150.147.17 with SMTP id u17mr4018840ybd.162.1308938881128; Fri, 24 Jun 2011 11:08:01 -0700 (PDT) Received: from localhost.localdomain ([186.207.113.66]) by mx.google.com with ESMTPS id x6sm233042ybh.27.2011.06.24.11.07.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Jun 2011 11:07:59 -0700 (PDT) From: Fabio Estevam To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: mach-mx5/mx53_ard: Add missing definition Date: Fri, 24 Jun 2011 15:07:50 -0300 Message-Id: <1308938870-3062-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110624_140804_182426_82FF444D X-CRM114-Status: GOOD ( 12.89 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is freemail (festevam[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: Fabio Estevam , Fabio Estevam , andre.silva@freescale.com, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 24 Jun 2011 18:08:38 +0000 (UTC) commit 9203d59 (ARM:mach-mx5/mx53_ard: Add I2C2 and I2C3 support) missed to include the define for ARD_I2CPORTEXP_B. Signed-off-by: Fabio Estevam --- arch/arm/mach-mx5/board-mx53_ard.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx5/board-mx53_ard.c b/arch/arm/mach-mx5/board-mx53_ard.c index 70ae25e..b94ddeb 100644 --- a/arch/arm/mach-mx5/board-mx53_ard.c +++ b/arch/arm/mach-mx5/board-mx53_ard.c @@ -38,6 +38,7 @@ #define ARD_ETHERNET_INT_B IMX_GPIO_NR(2, 31) #define ARD_SD1_CD IMX_GPIO_NR(1, 1) #define ARD_SD1_WP IMX_GPIO_NR(1, 9) +#define ARD_I2CPORTEXP_B IMX_GPIO_NR(2, 3) static iomux_v3_cfg_t mx53_ard_pads[] = { /* UART1 */