From patchwork Thu May 22 19:13:09 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: 351593 X-Patchwork-Delegate: sr@denx.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 EE79A14003E for ; Fri, 23 May 2014 05:44:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B829F4B684; Thu, 22 May 2014 21:43:57 +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 Fh-+nNcgMbgC; Thu, 22 May 2014 21:43:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4612EA73E6; Thu, 22 May 2014 21:43:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7B6B44B672 for ; Thu, 22 May 2014 21:16:29 +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 xxLlu909pYAD for ; Thu, 22 May 2014 21:16:27 +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-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by theia.denx.de (Postfix) with ESMTPS id 4B56F4B66C for ; Thu, 22 May 2014 21:16:22 +0200 (CEST) Received: by mail-wg0-f51.google.com with SMTP id x13so3849831wgg.22 for ; Thu, 22 May 2014 12:16:22 -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=CWIvGrDJjkZySVZMiPYfeq1j91a9uLmp1/1xsm+ZJrY=; b=whuCf4vUB4p4FBoQX4BGmKehpP4CgpxbXsPopjp5MJhgtOGcggJNX3nxHVxL6Ka2is EiXPH2xH8VFYwOeYtxk7WvsVOQEK8LPmesaZPQ7LPH//2FTBRDx8iPhaXPdsXh6w8RBd SFJz1H6mT44QXW5AUTpmbRO8+X2ujVUaV8lFkfT7ZsRRlWKGElT2rbXT+wHZfq5QXXWk rGuD6xGPeijEr4nn/dBTpssR/bWMUZ3+/yxYWSsCUdiazG8D9Q3uUWpEKLAtYMm2jIFo dpOfPPqqtOLnbXprg7djcsWAjDHUC5IePgVKGa8eBkvLJxgciwuvtbWwvzalQ+yMcrWk xQDg== X-Received: by 10.194.82.70 with SMTP id g6mr3703568wjy.79.1400786182277; Thu, 22 May 2014 12:16:22 -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 hs8sm9444380wib.10.2014.05.22.12.16.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 May 2014 12:16:19 -0700 (PDT) From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= To: "u-boot@lists.denx.de" Date: Thu, 22 May 2014 21:13:09 +0200 Message-Id: <1400785990-19390-4-git-send-email-roucaries.bastien@gmail.com> X-Mailer: git-send-email 2.0.0.rc2 In-Reply-To: <1400785990-19390-1-git-send-email-roucaries.bastien@gmail.com> References: <1400785990-19390-1-git-send-email-roucaries.bastien@gmail.com> X-Mailman-Approved-At: Thu, 22 May 2014 21:43:24 +0200 Cc: Jamie Lentin Subject: [U-Boot] [PATCH v3: DNS320 support 3/4] 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 */