From 568890d4e7b5bccf03fc3e4e06aed3e55ba04925 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 9 Feb 2009 11:00:03 +0100 Subject: [PATCH] --- yaml --- r: 137251 b: refs/heads/master c: 9a51157bab06ab54d6ee442e34fe9574ff14c8c3 h: refs/heads/master i: 137249: f0031a472a630bada28c69c7b6fdf67a5ba26b27 137247: d03443f3ef5031b722a10e802eebeca4e1c47a34 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx2/pcm038.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3b2bc98579da..e9e7887658e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb4416ad61e4dac816ae866999115500c818406b +refs/heads/master: 9a51157bab06ab54d6ee442e34fe9574ff14c8c3 diff --git a/trunk/arch/arm/mach-mx2/pcm038.c b/trunk/arch/arm/mach-mx2/pcm038.c index 7d935e17aa1c..aa4eaa61d1b5 100644 --- a/trunk/arch/arm/mach-mx2/pcm038.c +++ b/trunk/arch/arm/mach-mx2/pcm038.c @@ -128,10 +128,10 @@ static int uart_mxc_port1_exit(struct platform_device *pdev) return 0; } -static int mxc_uart2_pins[] = { PE10_PF_UART3_CTS, +static int mxc_uart2_pins[] = { PE8_PF_UART3_TXD, PE9_PF_UART3_RXD, PE10_PF_UART3_CTS, - PE9_PF_UART3_RXD }; + PE11_PF_UART3_RTS }; static int uart_mxc_port2_init(struct platform_device *pdev) {