|
@@ -646,7 +646,7 @@ static void vexpress_common_init(MachineState *machine)
|
|
|
sysbus_create_simple("sp804", map[VE_TIMER01], pic[2]);
|
|
|
sysbus_create_simple("sp804", map[VE_TIMER23], pic[3]);
|
|
|
|
|
|
- dev = sysbus_create_simple(TYPE_VERSATILE_I2C, map[VE_SERIALDVI], NULL);
|
|
|
+ dev = sysbus_create_simple(TYPE_ARM_SBCON_I2C, map[VE_SERIALDVI], NULL);
|
|
|
i2c = (I2CBus *)qdev_get_child_bus(dev, "i2c");
|
|
|
i2c_slave_create_simple(i2c, "sii9022", 0x39);
|
|
|
|