From patchwork Fri Apr 15 12:22:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 65900 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1147449qge; Fri, 15 Apr 2016 05:21:31 -0700 (PDT) X-Received: by 10.194.121.136 with SMTP id lk8mr22902757wjb.92.1460722891574; Fri, 15 Apr 2016 05:21:31 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id c76si39908117wmh.32.2016.04.15.05.21.31; Fri, 15 Apr 2016 05:21:31 -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 50F3DA750A; Fri, 15 Apr 2016 14:21:30 +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 tr7KwRlH0p9K; Fri, 15 Apr 2016 14:21:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 54085A74D6; Fri, 15 Apr 2016 14:21:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 62E52A74D6 for ; Fri, 15 Apr 2016 14:21:25 +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 kGgTAdgYCoyl for ; Fri, 15 Apr 2016 14:21:25 +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-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id B2A03A74D0 for ; Fri, 15 Apr 2016 14:21:20 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id u3FCLAIk025021; Fri, 15 Apr 2016 21:21:10 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u3FCLAIk025021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1460722870; bh=6Ef91iRbkoG6egU5xnyaH3QYxX9+69sbmYZxzhhwIRM=; h=From:To:Cc:Subject:Date:From; b=UfmETwpefimm+hhM7CgtEKuXOVhQuCUQqFk8doGZ6mpVB6wlkGBcC6WcIBItgWbmp BiPwEiT1WcXD6sn9EgpbBQ3WbIMsVcWonaaRF8ve6J+mmq9I/uTIajoTdbFkzaht7g HPJb7AphYhB81+Mk7SQ2O0rsDzJwIyXkORn2Hs429eSKNY0GlIetqLpLl2bZ4iQWrZ ArzgA7ah6VeLMlxHZ+uzCyrtqToSjlQuAnm/4SOKtcHxOt4ln1wCaxQZuWciIfjnu+ QE5TLeuSfjYfOKkZyuX+vl47bWm6B2M9jlEnPNy6bfJS7qGTa5S7MSj7n/SXmJ0Q9g rm/IOZyggI4qQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 15 Apr 2016 21:22:07 +0900 Message-Id: <1460722927-27071-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] pinctrl: uniphier: fix NAND pin-mux setting for PH1-LD11/LD20 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" The initial version missed to set up the pin number 17. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 4 ++-- 1 file changed, 2 insertions(+), 2 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 3d5ac5f..1fb2898 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c @@ -22,9 +22,9 @@ static const unsigned i2c3_muxvals[] = {1, 1}; static const unsigned i2c4_pins[] = {61, 62}; static const unsigned i2c4_muxvals[] = {1, 1}; static const unsigned nand_pins[] = {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, - 15, 16}; + 15, 16, 17}; static const unsigned nand_muxvals[] = {0, 0, 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};