diff options
| author | Inès Varhol <ines.varhol@telecom-paris.fr> | 2024-03-05 22:03:11 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-03-07 12:19:25 +0000 |
| commit | 1c38129de8a7f3d62ad2800758d9b2ddfccbdca9 (patch) | |
| tree | 97dbb1f9d5f0f7f0cc32c35b5b4e04fb5f5929e3 /hw/misc/stm32l4x5_syscfg.c | |
| parent | 1cdcfb6e936c25ef470e886ffe86dd46ef36f0f5 (diff) | |
| download | focaccia-qemu-1c38129de8a7f3d62ad2800758d9b2ddfccbdca9.tar.gz focaccia-qemu-1c38129de8a7f3d62ad2800758d9b2ddfccbdca9.zip | |
hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20240305210444.310665-3-ines.varhol@telecom-paris.fr Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/stm32l4x5_syscfg.c')
| -rw-r--r-- | hw/misc/stm32l4x5_syscfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/stm32l4x5_syscfg.c b/hw/misc/stm32l4x5_syscfg.c index fd68cb800b..3dafc00b49 100644 --- a/hw/misc/stm32l4x5_syscfg.c +++ b/hw/misc/stm32l4x5_syscfg.c @@ -27,6 +27,7 @@ #include "hw/irq.h" #include "migration/vmstate.h" #include "hw/misc/stm32l4x5_syscfg.h" +#include "hw/gpio/stm32l4x5_gpio.h" #define SYSCFG_MEMRMP 0x00 #define SYSCFG_CFGR1 0x04 |