aboutsummaryrefslogtreecommitdiff
path: root/configs/am335x_shc_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-18 23:12:29 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:07 -0400
commit14376b8e6c3a5679070e08182ab7154bb3dcbeee (patch)
treea7359a41b85672a5b830d282c34fb1c7f54c9974 /configs/am335x_shc_defconfig
parentdb157874fcbd8fc735b137c1bdf10d9ce41c290d (diff)
downloadu-boot-14376b8e6c3a5679070e08182ab7154bb3dcbeee.zip
u-boot-14376b8e6c3a5679070e08182ab7154bb3dcbeee.tar.gz
u-boot-14376b8e6c3a5679070e08182ab7154bb3dcbeee.tar.bz2
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>
Diffstat (limited to 'configs/am335x_shc_defconfig')
-rw-r--r--configs/am335x_shc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_shc_defconfig b/configs/am335x_shc_defconfig
index c23cac7..2f8c4b5 100644
--- a/configs/am335x_shc_defconfig
+++ b/configs/am335x_shc_defconfig
@@ -53,6 +53,7 @@ CONFIG_VERSION_VARIABLE=y
CONFIG_BOOTP_SEND_HOSTNAME=y
CONFIG_SYS_I2C_LEGACY=y
CONFIG_SPL_SYS_I2C_LEGACY=y
+CONFIG_SYS_I2C_SPEED=400000
CONFIG_MMC_OMAP_HS=y
CONFIG_PHY_ADDR_ENABLE=y
CONFIG_PHY_SMSC=y