MXS_I2C_V1
if (i2c->dev_type == MXS_I2C_V1)
if (i2c->dev_type == MXS_I2C_V1)
if (i2c->dev_type == MXS_I2C_V1)
#define MXS_I2C_DATA(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x60 : 0xa0)
#define MXS_I2C_DEBUG0_CLR(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x78 : 0xb8)
{ .compatible = "fsl,imx23-i2c", .data = (void *)MXS_I2C_V1, },