commit | a7a9bc0d57a6487a221a65405ca8825f25e44cda | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Aug 18 23:12:29 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:10:07 2021 -0400 |
tree | a7359a41b85672a5b830d282c34fb1c7f54c9974 | |
parent | 94f110d70f85c6b8d3e6ed12e701496e91d0d43a [diff] |
ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace The omap24xx I2C driver uses its own CONFIG namespace for common I2C variables. Rather than convert more of them to Kconfig, rename these to the common I2C ones and remove the entirely unused functionality. As part of this, we make the am335x_shc platforms consistent with their intended speed values. Signed-off-by: Tom Rini <trini@konsulko.com>