mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/gpio: Remove TYPE_OMAP2_GPIO
We've removed the OMAP2 SoC, so we can remove the OMAP2 GPIO device. (The source file remains, as it also has the model of the OMAP1 GPIO device.) 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-39-peter.maydell@linaro.org
This commit is contained in:
parent
5a5425998a
commit
df7768f5a5
2 changed files with 0 additions and 565 deletions
|
@ -105,17 +105,9 @@ typedef struct Omap1GpioState Omap1GpioState;
|
|||
DECLARE_INSTANCE_CHECKER(Omap1GpioState, OMAP1_GPIO,
|
||||
TYPE_OMAP1_GPIO)
|
||||
|
||||
#define TYPE_OMAP2_GPIO "omap2-gpio"
|
||||
typedef struct Omap2GpioState Omap2GpioState;
|
||||
DECLARE_INSTANCE_CHECKER(Omap2GpioState, OMAP2_GPIO,
|
||||
TYPE_OMAP2_GPIO)
|
||||
|
||||
/* TODO: clock framework (see above) */
|
||||
void omap_gpio_set_clk(Omap1GpioState *gpio, omap_clk clk);
|
||||
|
||||
void omap2_gpio_set_iclk(Omap2GpioState *gpio, omap_clk clk);
|
||||
void omap2_gpio_set_fclk(Omap2GpioState *gpio, uint8_t i, omap_clk clk);
|
||||
|
||||
/* OMAP2 l4 Interconnect */
|
||||
struct omap_l4_s;
|
||||
struct omap_l4_region_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue