> +static int __init omap_i2c_init(void) > +{ > + omap_register_i2c_bus(1, 2600, sdp3630_i2c_boardinfo, > + ARRAY_SIZE(sdp3630_i2c_boardinfo)); > + omap_register_i2c_bus(2, 400, NULL, 0); > + omap_register_i2c_bus(3, 400, NULL, 0); > + return 0; > +} If sdp3630 board is using TWL5030/GAIA, then you need to reduce I2C speed. http://patchwork.kernel.org/patch/52760/ -Manjunath-- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html