From patchwork Mon Aug 28 02:21:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 111095 Delivered-To: patch@linaro.org Received: by 10.140.95.78 with SMTP id h72csp4223788qge; Sun, 27 Aug 2017 19:21:39 -0700 (PDT) X-Received: by 10.84.215.198 with SMTP id g6mr6205083plj.253.1503886899575; Sun, 27 Aug 2017 19:21:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1503886899; cv=none; d=google.com; s=arc-20160816; b=lQFbxVpEVUr/tlt/HkKVml9Ul3LiQ9FzNBdIfGJEz2V0eJGZBb4grdPGRef3V1Qk8l o+NKAjg0suwED+M2/geQmWG+OFpTV9TVH9EO5bfpCuKO4B9OrdZW3LdiZGt5zkUWJRab 7oBhqA0tNXcKi2+qW6+XrDc0gFjYQ9WaGJHaRWKMpBZI+nHhpT4hqv3uQyYR+Tyedrry icLyTb2xt8kU+K3V8aOiZ4eGlEntBcTg4UcIuPVimM0cXwOEP5jgIaxQs92yNxBnd3Q0 Pgdr+Zta1SwdsjjSDkZzaflnN/k+ArAfZXJ9nE9zmtV6lKe5+4OR9e3WUsj7qeYU5gP0 Xs7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=7orQj8Xeq5KujoBY+NBwcvkcgxzzXNn9QHaps+nVRQw=; b=C+DpljAhSzkZY+0SGSFbojQeHv6A/eLf/4A13r786Ve8tqJTqMM1VErNtvJFonCPj3 xaX60C5nViJ6rdG6EIGSytc4t4hCO+qaxWAhUhQRv/KrQ2j7e5fTmZt04VlWcFYbm5i/ +xiLFba9A201hsPGGQBl7CB3ZWy+i3kyrWFCRNDkA4FhSJUg7uUJQPXuVNpFMmJTofFU Cn8hZMc711VHUFhStww3zJvhTqHmoKcowqVrH6eS+nvI5z6CH3bRBjjAaSqfT+50lCdL Z+zbWv07sQP8phkiO9RGgzxChXfTYHQG5Ij04lFjkh/Fk6BQJ94LMkcnLW7DIE2H0l2m qX5w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-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 q132si8640892pgq.493.2017.08.27.19.21.39; Sun, 27 Aug 2017 19:21:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-gpio-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-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751704AbdH1CVi (ORCPT + 4 others); Sun, 27 Aug 2017 22:21:38 -0400 Received: from mx.socionext.com ([202.248.49.38]:19888 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751856AbdH1CVi (ORCPT ); Sun, 27 Aug 2017 22:21:38 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 28 Aug 2017 11:21:36 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id EA9FB610C6; Mon, 28 Aug 2017 11:21:36 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 28 Aug 2017 11:21:36 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 7F6441A0E16; Mon, 28 Aug 2017 11:21:36 +0900 (JST) From: Kunihiko Hayashi To: linux-gpio@vger.kernel.org Cc: yamada.masahiro@socionext.com, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH] pinctrl: uniphier: fix members of rmii group for Pro4 Date: Mon, 28 Aug 2017 11:21:26 +0900 Message-Id: <1503886886-30065-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The ether_rmii_groups should have "ether_rmii" and "ether_rmiib" as members. This patch replaces to them. Signed-off-by: Kunihiko Hayashi --- drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Acked-by: Masahiro Yamada diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c index a433a30..adc65ea 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c @@ -1462,7 +1462,7 @@ static const struct uniphier_pinctrl_group uniphier_pro4_groups[] = { static const char * const emmc_groups[] = {"emmc", "emmc_dat8"}; static const char * const ether_mii_groups[] = {"ether_mii"}; static const char * const ether_rgmii_groups[] = {"ether_rgmii"}; -static const char * const ether_rmii_groups[] = {"ether_rgmii", "ether_rgmiib"}; +static const char * const ether_rmii_groups[] = {"ether_rmii", "ether_rmiib"}; static const char * const i2c0_groups[] = {"i2c0"}; static const char * const i2c1_groups[] = {"i2c1"}; static const char * const i2c2_groups[] = {"i2c2"};