> All versions of the i.MX53 have three I2C peripherals. This patch provides > access to it. ... > +static inline struct device_d *imx53_add_i2c2(struct i2c_platform_data > *pdata) > +{ > + return imx_add_i2c((void *)MX53_I2C2_BASE_ADDR, 2, pdata); > +} > + MX53_I2C3_BASE_ADDR ? ---