From eccfa35e9f295277dc7adad11894645ebe576dcf Mon Sep 17 00:00:00 2001 From: Jean-Christophe Dubois Date: Wed, 16 Mar 2016 17:06:00 +0000 Subject: i.MX: Add missing descriptions in devices. Reviewed-by: Peter Maydell Signed-off-by: Jean-Christophe Dubois Message-id: f1f565eb9dffdeb582feb1b15ba9e8b0afcf5468.1456868959.git.jcd@tribudubois.net Signed-off-by: Peter Maydell --- hw/i2c/imx_i2c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/i2c') diff --git a/hw/i2c/imx_i2c.c b/hw/i2c/imx_i2c.c index e435448..a01e43e 100644 --- a/hw/i2c/imx_i2c.c +++ b/hw/i2c/imx_i2c.c @@ -319,6 +319,7 @@ static void imx_i2c_class_init(ObjectClass *klass, void *data) dc->vmsd = &imx_i2c_vmstate; dc->reset = imx_i2c_reset; dc->realize = imx_i2c_realize; + dc->desc = "i.MX I2C Controller"; } static const TypeInfo imx_i2c_type_info = { -- cgit v1.1