drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms
authorShaveta Leekha <shaveta@freescale.com>
Mon, 3 Nov 2014 05:13:14 +0000 (10:43 +0530)
committerHeiko Schocher <hs@denx.de>
Mon, 10 Nov 2014 05:47:36 +0000 (06:47 +0100)
Some slow I2C devices like Power Monitor(ZM7304) at times
do not work well with low timeout value, so I2C bus get stuck
during read cycle with this device, changing it to 100ms from
10ms works fine

A lot of other i2c drivers like mxc and i2c drivers of BOOTROM
also use relax timeouts to give sufficient ticks to work well
with slower devices

Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
drivers/i2c/fsl_i2c.c

index 811033b..7bb1702 100644 (file)
@@ -38,7 +38,7 @@
  * generic value.
  */
 #ifndef CONFIG_I2C_TIMEOUT
-#define CONFIG_I2C_TIMEOUT     10000
+#define CONFIG_I2C_TIMEOUT     100000
 #endif
 
 #define I2C_READ_BIT  1