drop i2c bus speed to 100kHz so that bq27500 works reliably
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 28 Oct 2009 14:29:07 +0000 (16:29 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 28 Oct 2009 22:27:38 +0000 (00:27 +0200)
arch/arm/mach-omap2/board-omap3pandora.c

index 0af7cd8..66ebe09 100644 (file)
@@ -303,7 +303,7 @@ static int __init omap3pandora_i2c_init(void)
        omap_register_i2c_bus(1, 2600, omap3pandora_i2c_boardinfo,
                        ARRAY_SIZE(omap3pandora_i2c_boardinfo));
        /* i2c2 pins are not connected */
-       omap_register_i2c_bus(3, 400, omap3pandora_i2c_vsense,
+       omap_register_i2c_bus(3, 100, omap3pandora_i2c_vsense,
                        ARRAY_SIZE(omap3pandora_i2c_vsense));
        return 0;
 }