From patchwork Wed Aug 26 18:02:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 510974 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 28E0E14033E for ; Thu, 27 Aug 2015 04:02:31 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752809AbbHZSCa (ORCPT ); Wed, 26 Aug 2015 14:02:30 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:46232 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754238AbbHZSC2 (ORCPT ); Wed, 26 Aug 2015 14:02:28 -0400 Received: from ayla.of.borg ([31.5.182.137]) by albert.telenet-ops.be with bizsmtp id 9W2R1r00A2yGKqv06W2RKk; Wed, 26 Aug 2015 20:02:26 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1ZUf1l-0004Fr-53; Wed, 26 Aug 2015 20:02:25 +0200 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1ZUf1n-0004PA-Lx; Wed, 26 Aug 2015 20:02:27 +0200 From: Geert Uytterhoeven To: Kuninori Morimoto , Takeshi Kihara , Laurent Pinchart , Linus Walleij , Simon Horman , Magnus Damm Cc: linux-sh@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 3/5] pinctrl: sh-pfc: r8a7795: Fix SCIF5 pin data Date: Wed, 26 Aug 2015 20:02:22 +0200 Message-Id: <1440612144-16877-4-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1440612144-16877-1-git-send-email-geert+renesas@glider.be> References: <1440612144-16877-1-git-send-email-geert+renesas@glider.be> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Correct SCIF5 data pin numbers. Signed-off-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index 83cce48da9f928b7..52faa7faccdc5488 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c @@ -2405,7 +2405,7 @@ static const unsigned int scif4_ctrl_c_mux[] = { /* - SCIF5 ------------------------------------------------------------------ */ static const unsigned int scif5_data_pins[] = { /* RX, TX */ - RCAR_GP_PIN(2, 19), RCAR_GP_PIN(2, 21), + RCAR_GP_PIN(5, 19), RCAR_GP_PIN(5, 21), }; static const unsigned int scif5_data_mux[] = { RX5_MARK, TX5_MARK,