mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
i2c: meson: reduce timeout
The datasheet doesn't specify a suggested timeout and 500ms seems very long: reduce it to 100ms. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
4ecbb8b678
commit
8c47ab6b3b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <dm.h>
|
||||
#include <i2c.h>
|
||||
|
||||
#define I2C_TIMEOUT_MS 500
|
||||
#define I2C_TIMEOUT_MS 100
|
||||
|
||||
/* Control register fields */
|
||||
#define REG_CTRL_START BIT(0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue