Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91173
b: refs/heads/master
c: 3a8daaa
h: refs/heads/master
i:
  91171: 71a1fcc
v: v3
  • Loading branch information
Sascha Hauer authored and Russell King committed Apr 17, 2008
1 parent 210f39f commit d72ea56
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: 3d454446e2b83b4e1e2997b2c6e689c85ab61868
refs/heads/master: 3a8daaa49fb71d90e45d1e86d7f9f9e298bda05c
4 changes: 2 additions & 2 deletions trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ static struct imx_port imx_ports[] = {
.type = PORT_IMX,
.iotype = UPIO_MEM,
.membase = (void *)IMX_UART1_BASE,
.mapbase = IMX_UART1_BASE, /* FIXME */
.mapbase = 0x00206000,
.irq = UART1_MINT_RX,
.uartclk = 16000000,
.fifosize = 32,
Expand All @@ -826,7 +826,7 @@ static struct imx_port imx_ports[] = {
.type = PORT_IMX,
.iotype = UPIO_MEM,
.membase = (void *)IMX_UART2_BASE,
.mapbase = IMX_UART2_BASE, /* FIXME */
.mapbase = 0x00207000,
.irq = UART2_MINT_RX,
.uartclk = 16000000,
.fifosize = 32,
Expand Down

0 comments on commit d72ea56

Please sign in to comment.