summaryrefslogtreecommitdiff
path: root/configs/kmtepr2_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/kmtepr2_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/kmtepr2_defconfig')
-rw-r--r--configs/kmtepr2_defconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/configs/kmtepr2_defconfig b/configs/kmtepr2_defconfig
index 18a464c0ae..e6beb62f86 100644
--- a/configs/kmtepr2_defconfig
+++ b/configs/kmtepr2_defconfig
@@ -199,13 +199,10 @@ CONFIG_SYS_OR2_PRELIM=0xF0000C25
CONFIG_SYS_BR3_PRELIM_BOOL=y
CONFIG_SYS_BR3_PRELIM=0xB0001001
CONFIG_SYS_OR3_PRELIM=0xF0000040
-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