htcleo: increased i2c speed It's better for our i2c bus, but still some errors there

This commit is contained in:
Markinus 2010-09-06 20:35:01 +02:00
parent 7f646a9297
commit 4f9d2badce

View File

@ -689,7 +689,7 @@ static struct platform_device htcleo_timed_gpios = {
///////////////////////////////////////////////////////////////////////
static struct msm_i2c_device_platform_data msm_i2c_pdata = {
.i2c_clock = 100000,
.i2c_clock = 400000,
.clock_strength = GPIO_8MA,
.data_strength = GPIO_8MA,
};