From 7f3986278b0bc214e83111ea55c8d12bac79c4fa Mon Sep 17 00:00:00 2001 From: Jean-Christophe Dubois Date: Mon, 7 Sep 2015 10:39:31 +0100 Subject: i.MX: Add qtest support for I2C device emulator. This is using a ds1338 RTC chip on the I2C bus. This RTC chip is not present on the real 3DS PDK board. Signed-off-by: Jean-Christophe Dubois Acked-by: Peter Crosthwaite Message-id: 05601683a2a95c881cbc9f22651a044d969bd0ae.1441057361.git.jcd@tribudubois.net Signed-off-by: Peter Maydell --- include/hw/arm/fsl-imx31.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/hw/arm/fsl-imx31.h b/include/hw/arm/fsl-imx31.h index 09508e3..128006f 100644 --- a/include/hw/arm/fsl-imx31.h +++ b/include/hw/arm/fsl-imx31.h @@ -23,6 +23,7 @@ #include "hw/char/imx_serial.h" #include "hw/timer/imx_gpt.h" #include "hw/timer/imx_epit.h" +#include "hw/i2c/imx_i2c.h" #include "exec/memory.h" #define TYPE_FSL_IMX31 "fsl,imx31" -- cgit v1.1