linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] pinctrl: denverton: Fix UART2 RTS pin mode
@ 2017-11-10 17:55 Andy Shevchenko
  2017-11-11  8:41 ` Mika Westerberg
  2017-11-24 10:07 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2017-11-10 17:55 UTC (permalink / raw)
  To: Mika Westerberg, Heikki Krogerus, linux-gpio, Linus Walleij
  Cc: Andy Shevchenko

UART2 RTS is mode 2 of the pin.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 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/intel/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[] = { 60, 61, 64, 65 };
 static const unsigned int dnv_uart0_modes[] = { 2, 3, 1, 1 };
 static const unsigned int dnv_uart1_pins[] = { 94, 95, 96, 97 };
 static const unsigned int dnv_uart2_pins[] = { 60, 61, 62, 63 };
-static const unsigned int dnv_uart2_modes[] = { 1, 1, 2, 2 };
+static const unsigned int dnv_uart2_modes[] = { 1, 2, 2, 2 };
 static const unsigned int dnv_emmc_pins[] = {
 	142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152,
 };
-- 
2.14.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] pinctrl: denverton: Fix UART2 RTS pin mode
  2017-11-10 17:55 [PATCH v1] pinctrl: denverton: Fix UART2 RTS pin mode Andy Shevchenko
@ 2017-11-11  8:41 ` Mika Westerberg
  2017-11-24 10:07 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2017-11-11  8:41 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Heikki Krogerus, linux-gpio, Linus Walleij

On Fri, Nov 10, 2017 at 07:55:18PM +0200, Andy Shevchenko wrote:
> UART2 RTS is mode 2 of the pin.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] pinctrl: denverton: Fix UART2 RTS pin mode
  2017-11-10 17:55 [PATCH v1] pinctrl: denverton: Fix UART2 RTS pin mode Andy Shevchenko
  2017-11-11  8:41 ` Mika Westerberg
@ 2017-11-24 10:07 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2017-11-24 10:07 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Mika Westerberg, Heikki Krogerus, linux-gpio

On Fri, Nov 10, 2017 at 6:55 PM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> UART2 RTS is mode 2 of the pin.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Patch applied for fixes with Mika's tag.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-24 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-10 17:55 [PATCH v1] pinctrl: denverton: Fix UART2 RTS pin mode Andy Shevchenko
2017-11-11  8:41 ` Mika Westerberg
2017-11-24 10:07 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).