From 4f9d2badcebab502a2ee9964902ca9c71e2cbcd9 Mon Sep 17 00:00:00 2001 From: Markinus Date: Mon, 6 Sep 2010 20:35:01 +0200 Subject: [PATCH] htcleo: increased i2c speed It's better for our i2c bus, but still some errors there --- arch/arm/mach-msm/board-htcleo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-htcleo.c b/arch/arm/mach-msm/board-htcleo.c index f99eb1a9..07d1c9ad 100644 --- a/arch/arm/mach-msm/board-htcleo.c +++ b/arch/arm/mach-msm/board-htcleo.c @@ -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, };