* [U-Boot] [PATCH] tegra30: cardhu: fix UART2 pinmux settings
@ 2013-01-09 18:14 Allen Martin
2013-01-09 18:49 ` Stephen Warren
0 siblings, 1 reply; 3+ messages in thread
From: Allen Martin @ 2013-01-09 18:14 UTC (permalink / raw)
To: u-boot
Use UARTB instead of IRDA synonym for cardhu pinmux settings to match
tegra30 pinmux tables.
Signed-off-by: Allen Martin <amartin@nvidia.com>
---
board/nvidia/cardhu/pinmux-config-cardhu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/nvidia/cardhu/pinmux-config-cardhu.h b/board/nvidia/cardhu/pinmux-config-cardhu.h
index 3162219..8428bba 100644
--- a/board/nvidia/cardhu/pinmux-config-cardhu.h
+++ b/board/nvidia/cardhu/pinmux-config-cardhu.h
@@ -176,8 +176,8 @@ static struct pingroup_config tegra3_pinmux_common[] = {
LV_PINMUX(VI_D7, SDMMC2, NORMAL, NORMAL, INPUT, DISABLE, DISABLE),
LV_PINMUX(VI_D10, RSVD1, NORMAL, NORMAL, INPUT, DISABLE, DISABLE),
LV_PINMUX(VI_MCLK, VI, UP, NORMAL, INPUT, DISABLE, DISABLE),
- DEFAULT_PINMUX(UART2_RXD, IRDA, NORMAL, NORMAL, INPUT),
- DEFAULT_PINMUX(UART2_TXD, IRDA, NORMAL, NORMAL, OUTPUT),
+ DEFAULT_PINMUX(UART2_RXD, UARTB, NORMAL, NORMAL, INPUT),
+ DEFAULT_PINMUX(UART2_TXD, UARTB, NORMAL, NORMAL, OUTPUT),
DEFAULT_PINMUX(UART2_RTS_N, UARTB, NORMAL, NORMAL, OUTPUT),
DEFAULT_PINMUX(UART2_CTS_N, UARTB, NORMAL, NORMAL, INPUT),
DEFAULT_PINMUX(UART3_TXD, UARTC, NORMAL, NORMAL, OUTPUT),
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] [PATCH] tegra30: cardhu: fix UART2 pinmux settings
2013-01-09 18:14 [U-Boot] [PATCH] tegra30: cardhu: fix UART2 pinmux settings Allen Martin
@ 2013-01-09 18:49 ` Stephen Warren
2013-01-09 19:00 ` Allen Martin
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2013-01-09 18:49 UTC (permalink / raw)
To: u-boot
On 01/09/2013 11:14 AM, Allen Martin wrote:
> Use UARTB instead of IRDA synonym for cardhu pinmux settings to match
> tegra30 pinmux tables.
This seems fine as far as it goes, but I'd suggest deleting the IRDA
value from the pinmux driver's enum too, so nobody can use it any more.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] tegra30: cardhu: fix UART2 pinmux settings
2013-01-09 18:49 ` Stephen Warren
@ 2013-01-09 19:00 ` Allen Martin
0 siblings, 0 replies; 3+ messages in thread
From: Allen Martin @ 2013-01-09 19:00 UTC (permalink / raw)
To: u-boot
On Wed, Jan 09, 2013 at 10:49:10AM -0800, Stephen Warren wrote:
> On 01/09/2013 11:14 AM, Allen Martin wrote:
> > Use UARTB instead of IRDA synonym for cardhu pinmux settings to match
> > tegra30 pinmux tables.
>
> This seems fine as far as it goes, but I'd suggest deleting the IRDA
> value from the pinmux driver's enum too, so nobody can use it any more.
Good idea, will do.
-Allen
--
nvpublic
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-09 19:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 18:14 [U-Boot] [PATCH] tegra30: cardhu: fix UART2 pinmux settings Allen Martin
2013-01-09 18:49 ` Stephen Warren
2013-01-09 19:00 ` Allen Martin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox