diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:43 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:56:27 +0100 |
| commit | ac2da7f9fef8787129e6b0b5a172d94955d8b7ba (patch) | |
| tree | 6671aea14cf49a6c68287a32fa0eb09433916ede /include/hw/arm/omap.h | |
| parent | 9d78324be9097be23a3e439694d97e6f98515f89 (diff) | |
| download | focaccia-qemu-ac2da7f9fef8787129e6b0b5a172d94955d8b7ba.tar.gz focaccia-qemu-ac2da7f9fef8787129e6b0b5a172d94955d8b7ba.zip | |
hw/timer: Remove omap_synctimer
Remove the omap_synctimer device, which is only in the OMAP2 SoC. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-46-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/arm/omap.h')
| -rw-r--r-- | include/hw/arm/omap.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h index cced3d2860..982341d007 100644 --- a/include/hw/arm/omap.h +++ b/include/hw/arm/omap.h @@ -676,12 +676,6 @@ struct omap_dma_lcd_channel_s { # define OMAP24XX_DMA_MS 63 /* Not in OMAP2420 */ # define OMAP24XX_DMA_EXT_DMAREQ5 64 -/* OMAP2 sysctimer */ -struct omap_synctimer_s; -struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta, - struct omap_mpu_state_s *mpu, omap_clk fclk, omap_clk iclk); -void omap_synctimer_reset(struct omap_synctimer_s *s); - struct omap_uart_s; struct omap_uart_s *omap_uart_init(hwaddr base, qemu_irq irq, omap_clk fclk, omap_clk iclk, @@ -929,8 +923,6 @@ struct omap_mpu_state_s { /* OMAP2-only peripherals */ struct omap_l4_s *l4; - struct omap_synctimer_s *synctimer; - struct omap_mcspi_s *mcspi[2]; struct omap_dss_s *dss; |