Re: [U-Boot] [PATCH] tegra30: fix UART2 pinmux table entry

2013-01-09 Thread Stephen Warren
On 01/09/2013 10:58 AM, Allen Martin wrote: > On Tue, Jan 08, 2013 at 07:46:03PM -0800, Stephen Warren wrote: >> On 01/08/2013 06:23 PM, Allen Martin wrote: >>> UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB. >> >> IRDA is just a needlessly different synonym for UARTB; there sh

Re: [U-Boot] [PATCH] tegra30: fix UART2 pinmux table entry

2013-01-09 Thread Allen Martin
On Tue, Jan 08, 2013 at 07:46:03PM -0800, Stephen Warren wrote: > On 01/08/2013 06:23 PM, Allen Martin wrote: > > UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB. > > IRDA is just a needlessly different synonym for UARTB; there shouldn't > be any mention of IRDA in the pinmux c

Re: [U-Boot] [PATCH] tegra30: fix UART2 pinmux table entry

2013-01-08 Thread Stephen Warren
On 01/08/2013 06:23 PM, Allen Martin wrote: > UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB. IRDA is just a needlessly different synonym for UARTB; there shouldn't be any mention of IRDA in the pinmux code anywhere, or any users of the pinmux code. ___

[U-Boot] [PATCH] tegra30: fix UART2 pinmux table entry

2013-01-08 Thread Allen Martin
UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB. Signed-off-by: Allen Martin --- 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