public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tegra30: fix UART2 pinmux table entry
@ 2013-01-09  1:23 Allen Martin
  2013-01-09  3:46 ` Stephen Warren
  0 siblings, 1 reply; 4+ messages in thread
From: Allen Martin @ 2013-01-09  1:23 UTC (permalink / raw)
  To: u-boot

UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB.

Signed-off-by: Allen Martin <amartin@nvidia.com>
---
 arch/arm/cpu/tegra30-common/pinmux.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/cpu/tegra30-common/pinmux.c b/arch/arm/cpu/tegra30-common/pinmux.c
index 122665f..8045fa1 100644
--- a/arch/arm/cpu/tegra30-common/pinmux.c
+++ b/arch/arm/cpu/tegra30-common/pinmux.c
@@ -149,8 +149,8 @@ const struct tegra_pingroup_desc tegra_soc_pingroups[PINGRP_COUNT] = {
 	PINI(VI_MCLK,	  VI,	   VI,		VI,	   VI,      VI),
 	PINI(VI_VSYNC,	  VI,	   DDR,		RSVD2,	   VI,      RSVD4),
 	PINI(VI_HSYNC,	  VI,	   DDR,		RSVD2,	   VI,      RSVD4),
-	PINI(UART2_RXD,	  UART,	   UARTB,	SPDIF,	   UARTA,   SPI4),
-	PINI(UART2_TXD,	  UART,	   UARTB,	SPDIF,	   UARTA,   SPI4),
+	PINI(UART2_RXD,	  UART,	   IRDA,	SPDIF,	   UARTA,   SPI4),
+	PINI(UART2_TXD,	  UART,	   IRDA,	SPDIF,	   UARTA,   SPI4),
 	PINI(UART2_RTS_N, UART,	   UARTA,	UARTB,	   GMI,     SPI4),
 	PINI(UART2_CTS_N, UART,	   UARTA,	UARTB,	   GMI,     SPI4),
 	PINI(UART3_TXD,	  UART,	   UARTC,	RSVD2,	   GMI,     RSVD4),
-- 
1.7.10.4

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

end of thread, other threads:[~2013-01-09 18:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  1:23 [U-Boot] [PATCH] tegra30: fix UART2 pinmux table entry Allen Martin
2013-01-09  3:46 ` Stephen Warren
2013-01-09 17:58   ` Allen Martin
2013-01-09 18:48     ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox