omap_dss: convert to memory API
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/hw/omap2.c b/hw/omap2.c
index a7660f6..676e5d5 100644
--- a/hw/omap2.c
+++ b/hw/omap2.c
@@ -2462,7 +2462,7 @@
omap_findclk(s, "spi2_fclk"),
omap_findclk(s, "spi2_iclk"));
- s->dss = omap_dss_init(omap_l4ta(s->l4, 10), 0x68000800,
+ s->dss = omap_dss_init(omap_l4ta(s->l4, 10), sysmem, 0x68000800,
/* XXX wire M_IRQ_25, D_L2_IRQ_30 and I_IRQ_13 together */
qdev_get_gpio_in(s->ih[0], OMAP_INT_24XX_DSS_IRQ),
s->drq[OMAP24XX_DMA_DSS],