]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/omap24xx_i2c.h
i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel
[u-boot] / drivers / i2c / omap24xx_i2c.h
index 3dae295e55edaddd95110dfe65b52a0f5c045c8d..8a4ae9847c5c80fcf70b3944fe1c80754780a8fe 100644 (file)
  * scll_trim = 7
  * sclh_trim = 5
  *
- * The linux 2.6.30 kernel uses
- * scll_trim = 6
- * sclh_trim = 6
+ * The linux 4.9 kernel uses
+ * scll_trim = 7
+ * sclh_trim = 5
  *
  * These are the trim values for standard and fast speed
  */
 #ifndef I2C_FASTSPEED_SCLL_TRIM
-#define I2C_FASTSPEED_SCLL_TRIM                6
+#define I2C_FASTSPEED_SCLL_TRIM                7
 #endif
 #ifndef I2C_FASTSPEED_SCLH_TRIM
-#define I2C_FASTSPEED_SCLH_TRIM                6
+#define I2C_FASTSPEED_SCLH_TRIM                5
 #endif
 
 /* These are the trim values for high speed */