From patchwork Wed Jun 29 10:38:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 71182 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp2073712qgy; Wed, 29 Jun 2016 03:39:43 -0700 (PDT) X-Received: by 10.28.9.200 with SMTP id 191mr7991293wmj.39.1467196783384; Wed, 29 Jun 2016 03:39:43 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id w142si4757793wmw.108.2016.06.29.03.39.43; Wed, 29 Jun 2016 03:39:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B766AA75F9; Wed, 29 Jun 2016 12:39:08 +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 CisyDKj6SZsC; Wed, 29 Jun 2016 12:39:08 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D7F49A75FA; Wed, 29 Jun 2016 12:38:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0853EA7506 for ; Wed, 29 Jun 2016 12:37:59 +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 TFxzdQggEXQB for ; Wed, 29 Jun 2016 12:37:58 +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 conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 0A6FCA751E for ; Wed, 29 Jun 2016 12:37:53 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u5TAbXT3004174; Wed, 29 Jun 2016 19:37:36 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u5TAbXT3004174 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1467196656; bh=InAUvoWAAeo0bjl8bSd4K1InUb7gD4WP1SbqxgibzuA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dehEBlT57x26Ewe5YRV08mslQCQ58fLDFWcmogoGP7h52eRnsjiX9safOgjY+UyEF E/QMeayZxdfjxz3LfFzlJQXEcR4H4AI0eKQ/JoLp6aRjREn7A+lBDkyOyREWdi1DhX jEq/7eGvDFNU8wCRrDjc1mNJLU+Tv5EjQVoB7AJA7kHfJ97aUU4Zmfo91l2+a7F+2G JySoG2ekt0752nnn+f54f/uqmLcfdBuF0LMU6HWMFGs4Z+mwCSNahduGDCKXC3wpx+ 7OpjutEob5qjslDcDtt48/OL5p8C3wm0ahBeJ1aSwxQ95+s6Qhm26HpnfIXzBKxhRn 6XNHnvUbc6h+g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 29 Jun 2016 19:38:55 +0900 Message-Id: <1467196743-6576-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467196743-6576-1-git-send-email-yamada.masahiro@socionext.com> References: <1467196743-6576-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 03/11] pinctrl: uniphier: remove unneeded pin group nand_cs1 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This SoC does not support NAND CS1. This place-holder is no longer necessary. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 3 --- 1 file changed, 3 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c index 4ddaddc..7bc0b28 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c @@ -25,8 +25,6 @@ static const unsigned nand_pins[] = {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17}; static const unsigned nand_muxvals[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; -static const unsigned nand_cs1_pins[] = {}; -static const unsigned nand_cs1_muxvals[] = {}; static const unsigned sd_pins[] = {10, 11, 12, 13, 14, 15, 16, 17}; static const unsigned sd_muxvals[] = {3, 3, 3, 3, 3, 3, 3, 3}; /* No SDVOLC */ static const unsigned uart0_pins[] = {54, 55}; @@ -54,7 +52,6 @@ static const struct uniphier_pinctrl_group uniphier_ld20_groups[] = { UNIPHIER_PINCTRL_GROUP(i2c3), UNIPHIER_PINCTRL_GROUP(i2c4), UNIPHIER_PINCTRL_GROUP(nand), - UNIPHIER_PINCTRL_GROUP(nand_cs1), UNIPHIER_PINCTRL_GROUP(sd), /* SD does not exist for LD11 */ UNIPHIER_PINCTRL_GROUP(uart0), UNIPHIER_PINCTRL_GROUP(uart1),