From patchwork Sat Jun 25 16:28:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 102031 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 07BEDB6F82 for ; Sun, 26 Jun 2011 02:29:30 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QaVjT-0004nu-Hi; Sat, 25 Jun 2011 16:29:19 +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 1QaVjT-0001Xs-6N; Sat, 25 Jun 2011 16:29:19 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QaVjP-0001XZ-4F for linux-arm-kernel@lists.infradead.org; Sat, 25 Jun 2011 16:29:16 +0000 Received: by yxe42 with SMTP id 42so1739018yxe.36 for ; Sat, 25 Jun 2011 09:29:10 -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=3eioNXzEAo6Eut6TbBZZAqUUkM4j3liRTIFxBK/vq9g=; b=JT3my48cKLtC1fEdeEFYzAUa5P45hQgQHJG0rzIcBZ9m9OfaFdBnn+ZncEA6+ArlNh hcjo8jku3Koskwdu0NCE5Rrt1JbKKm/67hRVnYpMKlqYNQWjXxVOsZ5QBMw98VCAxXXW 0AGVHmd6fxF/OERtDGtPKcjR0DfooTq/jeJ20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=hBJV71qOe/mICoXnnYXJehtSh4QaAfgPuzDfunBIhnYr5QF5Zupjk6QY+19k9TowWG Md8jEuQKtebUU/gVyhi19aSay2D5msPqW8JgyE4tUR73lOXB6Q5v4IhPJyuPimizLvn5 thBRHZhunz9szp5ib7VJtZpYCgEYlY15hG0o0= Received: by 10.236.186.2 with SMTP id v2mr6655756yhm.395.1309019349956; Sat, 25 Jun 2011 09:29:09 -0700 (PDT) Received: from localhost.localdomain ([186.207.113.66]) by mx.google.com with ESMTPS id v4sm1555970yhm.48.2011.06.25.09.29.05 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Jun 2011 09:29:07 -0700 (PDT) From: Fabio Estevam To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2] ARM: mach-mx5/mx53_ard: Add missing definition Date: Sat, 25 Jun 2011 13:28:53 -0300 Message-Id: <1309019333-1977-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-20110625_122916_253218_2548D145 X-CRM114-Status: GOOD ( 13.15 ) 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.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (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 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-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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org 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 --- Changes since v1: - Used tab instead of spaces 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 */