* [Qemu-devel] [5613] Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).
@ 2008-11-04 8:45 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-11-04 8:45 UTC (permalink / raw)
To: qemu-devel
Revision: 5613
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5613
Author: balrog
Date: 2008-11-04 08:45:49 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Modified Paths:
--------------
trunk/hw/tosa.c
Modified: trunk/hw/tosa.c
===================================================================
--- trunk/hw/tosa.c 2008-11-04 08:43:54 UTC (rev 5612)
+++ trunk/hw/tosa.c 2008-11-04 08:45:49 UTC (rev 5613)
@@ -25,6 +25,7 @@
#define TOSA_GPIO_ON_RESET (19)
#define TOSA_GPIO_CF_IRQ (21) /* CF slot0 Ready */
#define TOSA_GPIO_CF_CD (13)
+#define TOSA_GPIO_TC6393XB_INT (15)
#define TOSA_GPIO_JC_CF_IRQ (36) /* CF slot1 Ready */
#define TOSA_SCOOP_GPIO_BASE 1
@@ -131,7 +132,7 @@
cpu_register_physical_memory(0, TOSA_ROM,
qemu_ram_alloc(TOSA_ROM) | IO_MEM_ROM);
- tc6393xb_init(0x10000000, NULL);
+ tc6393xb_init(0x10000000, pxa2xx_gpio_in_get(cpu->gpio)[TOSA_GPIO_TC6393XB_INT]);
scp0 = scoop_init(cpu, 0, 0x08800000);
scp1 = scoop_init(cpu, 1, 0x14800040);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-04 8:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 8:45 [Qemu-devel] [5613] Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov) Andrzej Zaborowski
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).