hw/arm/fsl-imx8mp: Do not create redundant unimplemented devices
The GPT devices are implemented. No need to create redundant unimplemented devices. Fixes: f8b26121762c ("hw/arm/fsl-imx8mp: Implement general purpose timers") cc: Gaurav Sharma <gaurav.sharma_7@nxp.com> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260308203516.160103-2-shentey@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Bernhard Beschow committed
May 5, 2026 at 09:25 UTC
d090694fb5a4358b34e5ff79b4a3fbc362b9a730
1 file changed
+1
hw/arm/fsl-imx8mp.c
+1
@@ -687,6 +687,7 @@ static void fsl_imx8mp_realize(DeviceState *dev, Error **errp)
687
case FSL_IMX8MP_GIC_DIST:
688
case FSL_IMX8MP_GIC_REDIST:
689
case FSL_IMX8MP_GPIO1 ... FSL_IMX8MP_GPIO5:
690
+ case FSL_IMX8MP_GPT1 ... FSL_IMX8MP_GPT6:
691
case FSL_IMX8MP_ECSPI1 ... FSL_IMX8MP_ECSPI3:
692
case FSL_IMX8MP_ENET1:
693
case FSL_IMX8MP_I2C1 ... FSL_IMX8MP_I2C6: