From patchwork Fri Jul 4 20:08:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?UTF-8?q?Bastien=20Roucari=C3=A8s?= X-Patchwork-Id: 367217 X-Patchwork-Delegate: prafulla@marvell.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 789BB140095 for ; Sat, 5 Jul 2014 06:13:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C99FB4A04F; Fri, 4 Jul 2014 22:13:31 +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 4UaZk1jPW-cO; Fri, 4 Jul 2014 22:13:31 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 075174A05D; Fri, 4 Jul 2014 22:13:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C21CE4A04C for ; Fri, 4 Jul 2014 22:13:20 +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 NuA2P-HFIbw4 for ; Fri, 4 Jul 2014 22:13:18 +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-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by theia.denx.de (Postfix) with ESMTPS id 0F80E4B58F for ; Fri, 4 Jul 2014 22:13:06 +0200 (CEST) Received: by mail-wg0-f50.google.com with SMTP id x13so1005601wgg.21 for ; Fri, 04 Jul 2014 13:13:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Raar8j0Ir42U7AKI1rqwBYsDZfF4daf4GQ+DUeQdN7s=; b=fEK5PjMUaTUWtYsIBM9btyd03C8/KFgCFd6TYGDFz9j9a2+af3e2gcvkr5OoU8sbTu RR9SVKqpyTdsOFhja2k3NCi4BpR2l0qGHoX+QlpfrHuCdX2bdcE96mJ66RL0LhCBfe9L oIGs7VCkNpHltPwAEtlhsuJeKZJnkvwCdunIksewmprU6owZC7aHr+l6uaTvu/JbBmwD M3M2u6+UtuYShtVTzT98K0pjgES3uqHZHTN+hxgNdLC5Ie+obv+xkPCguHFq8wS+KVrQ erM0qDTpgYQ2Sn5U0jwi3DnhD//DPGco+k6E69zA2Xg7cVjaNcbGUheCCIY4sHBTaepW 2+sQ== X-Received: by 10.180.81.1 with SMTP id v1mr19761619wix.10.1404504786495; Fri, 04 Jul 2014 13:13:06 -0700 (PDT) Received: from localhost (mla78-1-82-240-16-166.fbx.proxad.net. [82.240.16.166]) by mx.google.com with ESMTPSA id eo4sm82814722wid.4.2014.07.04.13.13.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Jul 2014 13:13:05 -0700 (PDT) From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= To: u-boot@lists.denx.de Date: Fri, 4 Jul 2014 22:08:54 +0200 Message-Id: <1404504536-20555-4-git-send-email-roucaries.bastien@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1404504536-20555-1-git-send-email-roucaries.bastien@gmail.com> References: <1402245028-7525-1-git-send-email-roucaries.bastien@gmail.com> <1404504536-20555-1-git-send-email-roucaries.bastien@gmail.com> Cc: Jamie Lentin Subject: [U-Boot] [PATCH V5: 3/5] kirkwood: Set unused SD pins back to GPIO for DNS-320 & DNS-325 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Jamie Lentin Neither device makes any use of the SD reader functionalty, so as suggested by Stefan Herbrechtsmeier, set the pins to GPIO instead to make this more obvious. Label MPP10 & MPP11's use whilst here. Signed-off-by: Jamie Lentin Cc: prafulla@marvell.com Cc: albert.u.boot@aribaud.net Cc: stefan@herbrechtsmeier.net --- board/d-link/dnskw/dnskw.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/board/d-link/dnskw/dnskw.c b/board/d-link/dnskw/dnskw.c index a9fa9a2..90cb92e 100644 --- a/board/d-link/dnskw/dnskw.c +++ b/board/d-link/dnskw/dnskw.c @@ -39,14 +39,14 @@ int board_early_init_f(void) MPP7_GPO, MPP8_TW_SDA, MPP9_TW_SCK, - MPP10_UART0_TXD, - MPP11_UART0_RXD, - MPP12_SD_CLK, + MPP10_UART0_TXD, /* 5 pin ...*/ + MPP11_UART0_RXD, /* ... console header */ + MPP12_GPO, MPP13_UART1_TXD, /* Custom ...*/ MPP14_UART1_RXD, /* ... controller */ - MPP15_SD_D1, - MPP16_SD_D2, - MPP17_SD_D3, + MPP15_GPIO, + MPP16_GPIO, + MPP17_GPIO, MPP18_NF_IO0, MPP19_NF_IO1, MPP20_SATA1_ACTn, /* sata1(left) status led */