From patchwork Tue Jul 9 10:29:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 168740 Delivered-To: patch@linaro.org Received: by 2002:a92:4782:0:0:0:0:0 with SMTP id e2csp8365877ilk; Tue, 9 Jul 2019 03:29:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqwCwDYYq1g2o6XxYqMau50w7JoAZDe6/YViRzCUIjpeWgGPwjGWVGM8SVgBFl9mmtx4p26a X-Received: by 2002:a17:902:be03:: with SMTP id r3mr15640281pls.156.1562668178717; Tue, 09 Jul 2019 03:29:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562668178; cv=none; d=google.com; s=arc-20160816; b=DtWPaeBR/lXIaBKww/0Mjsbf7jTMKZ7aS4uV/odkW2EE7H/bp0vQmdQ4zS5U9pYDzs my4cBuO1AdwM1WXsGeQRIlNQfJHLBH+Ev/E5666s3InFpHq3e9vb+hlR8C5Tix5UU1pm FPmJRaDtqemYVOigcytPOPKQQrzQJYhvbuRlD6BPx4BpSATDyLH/mkCOAoC2sLD8za+8 1QV4E2D/bC8hJgJZUb66qXMvzBu4+QX0y8cPB7xvSGeHOqjtgquFL8XjmOlJ5Wgypxx9 EB7KvXPm4mksGa6HyL53T8SMnFm226e029gXNLOUMWkcpPSkeWUgUQQIzZjJVg6J9u+k kZgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=deOLFhwnXRCY57dUuoknzBLse6s9UKWoIldhczTaBM8=; b=ocKgcog/nJm6n8KQ3ZO9w0IERlswt5jynrr/qRDk3lfjB8rg7MxPlXrNONwLBqZO2F 1s0m1WDwhA+iDMtsrlGiY+kOZcN0aUDCtY3xKrl/ovjbmagrl3cvJCkLvot/1uIv8Fgn qv+2yRA9HDEYXw81KYlzP+MCAm2wMe0q6eO6vhmuw0KT9bwA/o7gUypMDSeoDSWmD0Hi jd1XyO1zZXjEgYr606NgXgN+8FgkWQIhWpRPhyGWcnYh8KhgFq0gCul4FhMSe4gVbGiZ pu32r787f8JE6ZyJCMVz7P0TAjXEvbnEAhoHqyKEbB4LTeSCdoCDktsZfOozUzZ8Crus q7mA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c13si13707327plz.242.2019.07.09.03.29.38; Tue, 09 Jul 2019 03:29:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726642AbfGIK3h (ORCPT + 30 others); Tue, 9 Jul 2019 06:29:37 -0400 Received: from mx.socionext.com ([202.248.49.38]:38488 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726560AbfGIK3f (ORCPT ); Tue, 9 Jul 2019 06:29:35 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 09 Jul 2019 19:29:33 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id F04AD18022B; Tue, 9 Jul 2019 19:29:33 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 9 Jul 2019 19:29:33 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id A8A4C1A14E3; Tue, 9 Jul 2019 19:29:33 +0900 (JST) From: Kunihiko Hayashi To: Linus Walleij , Masahiro Yamada , linux-gpio@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masami Hiramatsu , Jassi Brar , Kunihiko Hayashi Subject: [PATCH 5/5] pinctrl: uniphier: Fix Pro5 SD pin-mux setting Date: Tue, 9 Jul 2019 19:29:16 +0900 Message-Id: <1562668156-12927-6-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1562668156-12927-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1562668156-12927-1-git-send-email-hayashi.kunihiko@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org SD uses the following pins starting from 247: SDCD, SDWP, SDVOLC, SDCLK, SDCMD, SDDAT{0,1,2,3} Signed-off-by: Kunihiko Hayashi --- drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c index 577f12e..22ce0a5 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c @@ -807,7 +807,7 @@ static const unsigned nand_pins[] = {19, 20, 21, 22, 23, 24, 25, 28, 29, 30, static const int nand_muxvals[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; static const unsigned nand_cs1_pins[] = {26, 27}; static const int nand_cs1_muxvals[] = {0, 0}; -static const unsigned sd_pins[] = {250, 251, 252, 253, 254, 255, 256, 257, 258}; +static const unsigned sd_pins[] = {247, 248, 249, 250, 251, 252, 253, 254, 255}; static const int sd_muxvals[] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; static const unsigned spi0_pins[] = {120, 121, 122, 123}; static const int spi0_muxvals[] = {0, 0, 0, 0};