diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-29 09:34:13 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-29 09:34:13 -0500 |
commit | e7ab1cb3f0421ad8e8435a8258790e238c623ea2 (patch) | |
tree | fb2e7cce740a30f137dcdce0d2f4b2512ae58498 /drivers/i2c/omap24xx_i2c.h | |
parent | 3e12744a90241b08788ab7f20b5437381dbc9f68 (diff) | |
parent | 2034f6c27fc91407fe8bbd36670714b77d9ef1dc (diff) |
Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
i2c changes for 2020.04
- updates the Designware I2C driver
- get timings from device tree
- handle units in nanoseconds
- make sure that the requested bus speed is not exceeded
- few smaller clean-ups
- adds enums for i2c speed and update drivers which use them
- global_data: remove unused mxc_i2c specific field
Diffstat (limited to 'drivers/i2c/omap24xx_i2c.h')
-rw-r--r-- | drivers/i2c/omap24xx_i2c.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/i2c/omap24xx_i2c.h b/drivers/i2c/omap24xx_i2c.h index 3458cf3a7d..6904f2d9ad 100644 --- a/drivers/i2c/omap24xx_i2c.h +++ b/drivers/i2c/omap24xx_i2c.h @@ -81,10 +81,6 @@ #define I2C_SCLH_HSSCLH 8 #define I2C_SCLH_HSSCLH_M 0xFF -#define OMAP_I2C_STANDARD 100000 -#define OMAP_I2C_FAST_MODE 400000 -#define OMAP_I2C_HIGH_SPEED 3400000 - #define SYSTEM_CLOCK_12 12000000 #define SYSTEM_CLOCK_13 13000000 #define SYSTEM_CLOCK_192 19200000 |