From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-by2nam01on0099.outbound.protection.outlook.com ([104.47.34.99]:35296 "EHLO NAM01-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752146AbeA1W0P (ORCPT ); Sun, 28 Jan 2018 17:26:15 -0500 From: Sasha Levin To: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" CC: Andy Shevchenko , Linus Walleij , Sasha Levin Subject: [PATCH AUTOSEL for 4.14 018/100] pinctrl: denverton: Fix UART2 RTS pin mode Date: Sun, 28 Jan 2018 22:26:09 +0000 Message-ID: <20180128222547.7398-18-alexander.levin@microsoft.com> References: <20180128222547.7398-1-alexander.levin@microsoft.com> In-Reply-To: <20180128222547.7398-1-alexander.levin@microsoft.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: From: Andy Shevchenko [ Upstream commit 4bd6683da2e64590bdc27ecf7e61ad8376861768 ] UART2 RTS is mode 2 of the pin. Signed-off-by: Andy Shevchenko Acked-by: Mika Westerberg Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- drivers/pinctrl/intel/pinctrl-denverton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/intel/pinctrl-denverton.c b/drivers/pinctrl/in= tel/pinctrl-denverton.c index 4500880240f2..6572550cfe78 100644 --- a/drivers/pinctrl/intel/pinctrl-denverton.c +++ b/drivers/pinctrl/intel/pinctrl-denverton.c @@ -207,7 +207,7 @@ static const unsigned int dnv_uart0_pins[] =3D { 60, 61= , 64, 65 }; static const unsigned int dnv_uart0_modes[] =3D { 2, 3, 1, 1 }; static const unsigned int dnv_uart1_pins[] =3D { 94, 95, 96, 97 }; static const unsigned int dnv_uart2_pins[] =3D { 60, 61, 62, 63 }; -static const unsigned int dnv_uart2_modes[] =3D { 1, 1, 2, 2 }; +static const unsigned int dnv_uart2_modes[] =3D { 1, 2, 2, 2 }; static const unsigned int dnv_emmc_pins[] =3D { 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, }; --=20 2.11.0