diff options
author | Ed Nash <ed.nash@timesys.com> | 2013-02-17 20:58:50 -0500 |
---|---|---|
committer | Ed Nash <ed.nash@timesys.com> | 2013-02-17 20:58:50 -0500 |
commit | b23b7cd0cff8242e023b6b5b8fe005ba68e3caa3 (patch) | |
tree | ffb8b9b18edb1fc4105e840e9cd3c5bbed2209d6 | |
parent | 64d3336b3a83c44f9cab909c07a22d805aade63b (diff) |
extend timout for sema4 grab3.0-vybrid-ts1
-rw-r--r-- | drivers/i2c/busses/i2c-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c index 7741e8036997..36bad1eaa428 100644 --- a/drivers/i2c/busses/i2c-imx.c +++ b/drivers/i2c/busses/i2c-imx.c @@ -439,7 +439,7 @@ static int i2c_imx_xfer(struct i2c_adapter *adapter, dev_dbg(&i2c_imx->adapter.dev, "<%s>\n", __func__); #ifdef CONFIG_ARCH_MVF - result = mvf_sema4_lock(sema4, 1000000); + result = mvf_sema4_lock(sema4, 10000000); if(result) return result; #endif |