summaryrefslogtreecommitdiff
path: root/configs/M5329AFEE_defconfig
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@kernel-space.org>2023-04-05 00:59:28 +0200
committerHeiko Schocher <hs@denx.de>2023-04-11 06:52:11 +0200
commit5cf008637221ad3b4d4ecdc2befca19b2bdab53d (patch)
tree20a1953649fdcc25acd2eb5bbb2aecf263d7d025 /configs/M5329AFEE_defconfig
parent96283b83da57e5ce7f1be9a2432e5b26aff39efb (diff)
downloadu-boot-5cf008637221ad3b4d4ecdc2befca19b2bdab53d.tar.gz
u-boot-5cf008637221ad3b4d4ecdc2befca19b2bdab53d.tar.bz2
u-boot-5cf008637221ad3b4d4ecdc2befca19b2bdab53d.zip
m68k: upgrading all boards to dm i2c
Upgrading all board configs where i2c is involved to DM i2c. Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'configs/M5329AFEE_defconfig')
-rw-r--r--configs/M5329AFEE_defconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/M5329AFEE_defconfig b/configs/M5329AFEE_defconfig
index 455eea255a..a5ee08207a 100644
--- a/configs/M5329AFEE_defconfig
+++ b/configs/M5329AFEE_defconfig
@@ -39,11 +39,8 @@ CONFIG_NETMASK="255.255.255.0"
CONFIG_USE_SERVERIP=y
CONFIG_SERVERIP="192.162.1.1"
CONFIG_SYS_RX_ETH_BUFFER=8
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_FSL=y
-CONFIG_SYS_FSL_I2C_OFFSET=0x58000
-CONFIG_SYS_I2C_SLAVE=0x7F
-CONFIG_SYS_I2C_SPEED=80000
CONFIG_MTD=y
CONFIG_MTD_NOR_FLASH=y
CONFIG_FLASH_CFI_DRIVER=y
@@ -55,6 +52,7 @@ CONFIG_SYS_MAX_FLASH_SECT=137
CONFIG_MCFFEC=y
CONFIG_SYS_UNIFY_CACHE=y
CONFIG_MII=y
+CONFIG_DM_RTC=y
CONFIG_MCFRTC=y
CONFIG_SYS_MCFRTC_BASE=0xFC0A8000
CONFIG_MCFUART=y