qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: qemu-devel@nongnu.org
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Subject: [Qemu-devel] [PATCH 3/4] omap1: fix uart3 init
Date: Sun, 16 Nov 2008 22:18:57 +0100	[thread overview]
Message-ID: <1226870338-31165-3-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1226870338-31165-2-git-send-email-plagnioj@jcrosoft.com>

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 hw/omap1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/omap1.c b/hw/omap1.c
index 45ee567..810fe2f 100644
--- a/hw/omap1.c
+++ b/hw/omap1.c
@@ -4778,7 +4778,7 @@ struct omap_mpu_state_s *omap310_mpu_init(unsigned long sdram_size,
                     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],
-- 
1.5.6.5

  reply	other threads:[~2008-11-16 21:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-16 21:17 [Qemu-devel] Add Siemens SX1 Machine support Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 21:18 ` [Qemu-devel] [PATCH 1/4] pflash_cfi01: add Single Byte Program Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 21:18   ` [Qemu-devel] [PATCH 2/4] omap1: add OSC_12M_SEL Register support Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 21:18     ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-11-16 21:18       ` [Qemu-devel] [PATCH 4/4] add Siemens SX1 Machine support Jean-Christophe PLAGNIOL-VILLARD
2008-11-18 20:25         ` [Qemu-devel] [PATCH 4/4 V2] " Jean-Christophe PLAGNIOL-VILLARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1226870338-31165-3-git-send-email-plagnioj@jcrosoft.com \
    --to=plagnioj@jcrosoft.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).