From patchwork Tue May 12 19:17:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Evgeniy Dushistov X-Patchwork-Id: 471516 X-Patchwork-Delegate: trini@ti.com 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 304561402C4 for ; Wed, 13 May 2015 05:29:55 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=mail.ru header.i=@mail.ru header.b=m9KmO3Nw; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9AC7A4B622; Tue, 12 May 2015 21:29:51 +0200 (CEST) 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 JPyfJo0KuHty; Tue, 12 May 2015 21:29:51 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C44F14B617; Tue, 12 May 2015 21:29:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8CB5F4B617 for ; Tue, 12 May 2015 21:22:29 +0200 (CEST) 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 1jbIa7vGB_6w for ; Tue, 12 May 2015 21:22:29 +0200 (CEST) X-Greylist: delayed 303 seconds by postgrey-1.34 at theia; Tue, 12 May 2015 21:22:25 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 fallback3.mail.ru (fallback3.mail.ru [94.100.181.189]) by theia.denx.de (Postfix) with ESMTP id 456E54B616 for ; Tue, 12 May 2015 21:22:25 +0200 (CEST) Received: from smtp13.mail.ru (smtp13.mail.ru [94.100.181.94]) by fallback3.mail.ru (mPOP.Fallback_MX) with ESMTP id 9676C14FFCDFB for ; Tue, 12 May 2015 22:17:27 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date; bh=tBWUG2wZquAXIU+AXOwVyoBpIRyzZENUnLbySX0fWWo=; b=m9KmO3NwlOnblgDRyPRMx4PpCqb+47r01iDrDE8UHsg76lCFHSrEGa9fBj4UOqlZvjx0Qk+zEY0V6NedEnJDQ/5DDc6cOQFK0JYaJacv+gepUaEeOEW9ExFe3S7xu1aw5FGJwWkW2x6mRA2sib5ylXMt8Ix0HmJnXCeeDGNwd94=; Received: from [89.23.194.117] (port=51286 helo=fifteen) by smtp13.mail.ru with esmtpa (envelope-from ) id 1YsFg3-0003YH-9g; Tue, 12 May 2015 22:17:20 +0300 Date: Tue, 12 May 2015 22:17:10 +0300 From: Evgeniy Dushistov To: Tom Rini Message-ID: <20150512191710.GA2260@fifteen> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam: Not detected X-Mras: Ok X-Mailman-Approved-At: Tue, 12 May 2015 21:29:49 +0200 Cc: u-boot@lists.denx.de, Steve Sakoman Subject: [U-Boot] [PATCH] beagle-xm: gpio_63 fix wrong pin initialization X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" DM3730 CPU used on beagleboard-xm doesn't have any gpio multiplexed with wait0 pin, but gpio_63 multiplexed with wait1, so it looks like typo. At current form it has no sense, because of wait0 have no function "4". Signed-off-by: Evgneiy A. Dushistov --- board/ti/beagle/beagle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/ti/beagle/beagle.h b/board/ti/beagle/beagle.h index 6dd2ffe..86bd6e9 100644 --- a/board/ti/beagle/beagle.h +++ b/board/ti/beagle/beagle.h @@ -375,7 +375,7 @@ const omap3_sysinfo sysinfo = { #define MUX_BEAGLE_XM() \ MUX_VAL(CP(GPMC_NCS5), (IDIS | PTD | EN | M4)) /*GPIO_56*/\ - MUX_VAL(CP(GPMC_WAIT0), (IDIS | PTU | EN | M4)) /*GPIO_63*/\ + MUX_VAL(CP(GPMC_WAIT1), (IDIS | PTU | EN | M4)) /*GPIO_63*/\ MUX_VAL(CP(MMC1_DAT7), (IDIS | PTU | EN | M4)) /*GPIO_129*/\ MUX_VAL(CP(HDQ_SIO), (IDIS | PTU | EN | M4)) /*GPIO_170*/\ MUX_VAL(CP(MCBSP3_DX), (IEN | PTD | DIS | M4)) /*GPIO_140*/\