Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137251
b: refs/heads/master
c: 9a51157
h: refs/heads/master
i:
  137249: f0031a4
  137247: d03443f
v: v3
  • Loading branch information
Sascha Hauer committed Mar 13, 2009
1 parent 01253e2 commit 568890d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb4416ad61e4dac816ae866999115500c818406b
refs/heads/master: 9a51157bab06ab54d6ee442e34fe9574ff14c8c3
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-mx2/pcm038.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 568890d

Please sign in to comment.