>-----Original Message----- >From: [email protected] >[mailto:[email protected]] On Behalf Of G, >Manjunath Kondaiah >Sent: Monday, October 26, 2009 9:49 AM >To: Pais, Allen; [email protected] >Subject: RE: [PATCH 1/2] Added board-3630.c file. > > >> +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/
Very valid point. > >-Manjunath-- >To unsubscribe from this list: send the line "unsubscribe linux-omap" in >the body of a message to [email protected] >More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
