From patchwork Tue Jan 28 14:03:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 232449 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14344C2D0DB for ; Tue, 28 Jan 2020 14:47:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CFCA220716 for ; Tue, 28 Jan 2020 14:47:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580222846; bh=5EPayyxuH60q4Fv0H915G1jsMstYSioFWhLC57mkClg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=VQgaDDcQAOwhb2yxOYmOwJ82VDff+ANt23wNGFBGUFZKT15VVXiwlsdLcLywmMpLl BWY0SOJecy+JqVzWrRz8qARekICaETmtgKdDxN6YFKA14YpzKLCEzmEgRyfeZHN7U2 ZssZUXUujDn4tnMSeHn1M2MDy88XLZQW2vcM09nA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727326AbgA1OHh (ORCPT ); Tue, 28 Jan 2020 09:07:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:55370 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726273AbgA1OHh (ORCPT ); Tue, 28 Jan 2020 09:07:37 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6998D24688; Tue, 28 Jan 2020 14:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580220456; bh=5EPayyxuH60q4Fv0H915G1jsMstYSioFWhLC57mkClg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GrxXOmSVMIbuU1qsUM0x07W2YQHKnL+W01nXXPdXZHkHulNw/p6uSeJtApCflS6Mh Sn8xoTRObQZ7WHBCGjnioVFxVThGkUTDJGZcPUBS9nJmX3qn9LQwhKa5KuoInBIwBK wdeFl7XqPJykbEm3ef83+QHBPGil/sIJrTht31JM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Simon Horman , Sasha Levin Subject: [PATCH 4.4 015/183] pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group Date: Tue, 28 Jan 2020 15:03:54 +0100 Message-Id: <20200128135831.323432182@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200128135829.486060649@linuxfoundation.org> References: <20200128135829.486060649@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Geert Uytterhoeven [ Upstream commit 124cde98f856b6206b804acbdec3b7c80f8c3427 ] The tpu4_to3_mux[] array contains the TPU4TO3 pin mark, but the tpu4_to3_pins[] array lacks the corresponding pin number. Add the missing pin number, for non-GPIO pin F26. Fixes: 5da4eb049de803c7 ("sh-pfc: sh73a0: Add TPU pin groups and functions") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Sasha Levin --- drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c index 6a69c8c5d9433..ea5da5dcad2c5 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c @@ -2672,6 +2672,7 @@ static const unsigned int tpu4_to2_mux[] = { }; static const unsigned int tpu4_to3_pins[] = { /* TO */ + PIN_NUMBER(6, 26), }; static const unsigned int tpu4_to3_mux[] = { TPU4TO3_MARK,