diff options
-rw-r--r-- | src/soc/intel/common/lpss_i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/lpss_i2c.c b/src/soc/intel/common/lpss_i2c.c index 01747926d0..58d44b85dd 100644 --- a/src/soc/intel/common/lpss_i2c.c +++ b/src/soc/intel/common/lpss_i2c.c @@ -73,8 +73,8 @@ struct lpss_i2c_regs { uint32_t comp_type; } __attribute__((packed)); -/* Use a ~4ms timeout for various operations */ -#define LPSS_I2C_TIMEOUT_US 4000 +/* Use a ~10ms timeout for various operations */ +#define LPSS_I2C_TIMEOUT_US 10000 /* High and low times in different speed modes (in ns) */ enum { |