i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel

v4.9 Linux release:
SHA1: 69973b830859bc6529a7a0468ba0d80ee5117826
in the ./drivers/i2c/busses/i2c-omap.c

recommends to use SCLH=5 and SCLL=7 values.
This patch sets them to default.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
master
Lukasz Majewski 8 years ago committed by Heiko Schocher
parent 0f5b461b9b
commit e530d2e15b
  1. 10
      drivers/i2c/omap24xx_i2c.h

@ -121,17 +121,17 @@
* scll_trim = 7 * scll_trim = 7
* sclh_trim = 5 * sclh_trim = 5
* *
* The linux 2.6.30 kernel uses * The linux 4.9 kernel uses
* scll_trim = 6 * scll_trim = 7
* sclh_trim = 6 * sclh_trim = 5
* *
* These are the trim values for standard and fast speed * These are the trim values for standard and fast speed
*/ */
#ifndef I2C_FASTSPEED_SCLL_TRIM #ifndef I2C_FASTSPEED_SCLL_TRIM
#define I2C_FASTSPEED_SCLL_TRIM 6 #define I2C_FASTSPEED_SCLL_TRIM 7
#endif #endif
#ifndef I2C_FASTSPEED_SCLH_TRIM #ifndef I2C_FASTSPEED_SCLH_TRIM
#define I2C_FASTSPEED_SCLH_TRIM 6 #define I2C_FASTSPEED_SCLH_TRIM 5
#endif #endif
/* These are the trim values for high speed */ /* These are the trim values for high speed */

Loading…
Cancel
Save