>-----Original Message-----
>From: linux-omap-ow...@vger.kernel.org 
>[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G,
>Manjunath Kondaiah
>Sent: Monday, October 26, 2009 9:49 AM
>To: Pais, Allen; linux-omap@vger.kernel.org
>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 majord...@vger.kernel.org
>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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to