[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [5906] omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILL
From: |
Andrzej Zaborowski |
Subject: |
[Qemu-devel] [5906] omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD). |
Date: |
Sun, 07 Dec 2008 12:52:07 +0000 |
Revision: 5906
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5906
Author: balrog
Date: 2008-12-07 12:52:07 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <address@hidden>
Signed-off-by: Andrzej Zaborowski <address@hidden>
Modified Paths:
--------------
trunk/hw/omap1.c
Modified: trunk/hw/omap1.c
===================================================================
--- trunk/hw/omap1.c 2008-12-07 12:49:26 UTC (rev 5905)
+++ trunk/hw/omap1.c 2008-12-07 12:52:07 UTC (rev 5906)
@@ -4733,7 +4733,7 @@
omap_findclk(s, "uart2_ck"),
s->drq[OMAP_DMA_UART2_TX], s->drq[OMAP_DMA_UART2_RX],
serial_hds[0] ? serial_hds[1] : 0);
- s->uart[2] = omap_uart_init(0xe1019800, s->irq[0][OMAP_INT_UART3],
+ s->uart[2] = omap_uart_init(0xfffb9800, s->irq[0][OMAP_INT_UART3],
omap_findclk(s, "uart3_ck"),
omap_findclk(s, "uart3_ck"),
s->drq[OMAP_DMA_UART3_TX], s->drq[OMAP_DMA_UART3_RX],
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [5906] omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).,
Andrzej Zaborowski <=