From patchwork Fri Sep 16 18:33:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76427 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp633561qgf; Fri, 16 Sep 2016 11:35:55 -0700 (PDT) X-Received: by 10.28.135.129 with SMTP id j123mr9495960wmd.110.1474050955702; Fri, 16 Sep 2016 11:35:55 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id q66si7340223wmg.115.2016.09.16.11.35.55; Fri, 16 Sep 2016 11:35:55 -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 A5B5B4BA16; Fri, 16 Sep 2016 20:34:53 +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 gY7CI7wTOvLH; Fri, 16 Sep 2016 20:34:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B1B04B98B; Fri, 16 Sep 2016 20:34:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7B6364B6B3 for ; Fri, 16 Sep 2016 20:33:33 +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 1TpmunOGDpnt for ; Fri, 16 Sep 2016 20:33:33 +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 79BFF4B9AD for ; Fri, 16 Sep 2016 20:33:27 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id u8GIXENL003360; Sat, 17 Sep 2016 03:33:20 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u8GIXENL003360 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474050800; bh=vG6KknOH0jTrMj4hQmZpUXXOjggNU6AhMpIUxE/MKK4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CtR4wewL88RVPsa9v1qW7SFQ8FSpNYPcd3h08MzLMbm4VRn9CzPRw6svu4seaLPNB Ier3CfRgyK/1XKkDGk1Gi1tgUXu9D7EjEIFvw5fxxEYJHnIyepuWy7l6AP7KJ+Zby7 G0rsmwhn6QG3OoW03BfsJ2TtxToJrSLeSPepZUgVKU/zAQeykYEjnQfxmGRlTpjtOW uQVVhZcotiJ37xqX5mRniSKbYzp3UMW8cobZkDx45UeVoDbFOGvjbIoFdi4DOef9cK Ko3TTFeaTacQfbqaX6xkieOm00Rcx10uQW0L/AsjAKc1MbXu4d7+xpaLd2Lbji1Tcz 1D3ia7LmTrE3w== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 17 Sep 2016 03:33:02 +0900 Message-Id: <1474050792-23218-6-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474050792-23218-1-git-send-email-yamada.masahiro@socionext.com> References: <1474050792-23218-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 05/15] ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoC 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 is enabled by default for all the supported boot modes. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c | 2 -- 1 file changed, 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/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c b/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c index 6c5d58f..22c07fb 100644 --- a/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c +++ b/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c @@ -22,7 +22,5 @@ int uniphier_sld3_early_pin_init(const struct uniphier_board_data *bd) sg_set_pinsel(102, 2, 4, 4); /* TXD2 */ #endif - sg_set_pinsel(99, 1, 4, 4); /* GPIO26 -> EA24 */ - return 0; }