summaryrefslogtreecommitdiff
path: root/configs/tuxx1_defconfig
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@hitachienergy.com>2022-12-02 20:22:42 +0300
committerTom Rini <trini@konsulko.com>2022-12-13 00:49:54 +0300
commit31464f9455ca16b6dd98e5469213c33d78fc0137 (patch)
tree087b1c07a1983e0ea8207c6cf79611497c5a1261 /configs/tuxx1_defconfig
parent400d1a7c9427c14fe06ff913f63cf13b49f7f89f (diff)
downloadu-boot-31464f9455ca16b6dd98e5469213c33d78fc0137.tar.xz
km/ppc: migrate all mpc83xx to DM_I2C
Enable DM_I2C and I2C mux to get rid of the usage of the legacy i2c driver. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'configs/tuxx1_defconfig')
-rw-r--r--configs/tuxx1_defconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/configs/tuxx1_defconfig b/configs/tuxx1_defconfig
index 1b034a21a7..ee1640608d 100644
--- a/configs/tuxx1_defconfig
+++ b/configs/tuxx1_defconfig
@@ -201,13 +201,10 @@ CONFIG_SYS_OR2_PRELIM=0xF0000C25
CONFIG_SYS_BR3_PRELIM_BOOL=y
CONFIG_SYS_BR3_PRELIM=0xB0000801
CONFIG_SYS_OR3_PRELIM=0xF0000E24
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_FSL=y
-CONFIG_SYS_FSL_I2C_OFFSET=0x3000
-CONFIG_SYS_FSL_HAS_I2C2_OFFSET=y
-CONFIG_SYS_FSL_I2C2_OFFSET=0x3100
-CONFIG_SYS_I2C_SLAVE=0x7F
-CONFIG_SYS_I2C_SPEED=200000
+CONFIG_I2C_MUX=y
+CONFIG_I2C_MUX_PCA954x=y
# CONFIG_MMC is not set
CONFIG_MTD=y
CONFIG_MTD_NOR_FLASH=y