mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
omap_lcdc: convert to memory API
Signed-off-by: Benoît Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
1a0726900e
commit
30af1ec729
3 changed files with 21 additions and 21 deletions
|
@ -3884,7 +3884,7 @@ struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *system_memory,
|
|||
qdev_get_gpio_in(s->ih[1], OMAP_INT_OS_TIMER),
|
||||
omap_findclk(s, "clk32-kHz"));
|
||||
|
||||
s->lcd = omap_lcdc_init(0xfffec000,
|
||||
s->lcd = omap_lcdc_init(system_memory, 0xfffec000,
|
||||
qdev_get_gpio_in(s->ih[0], OMAP_INT_LCD_CTRL),
|
||||
omap_dma_get_lcdch(s->dma),
|
||||
omap_findclk(s, "lcd_ck"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue