diff options
author | Angelo Dureghello | 2023-04-05 00:59:28 +0200 |
---|---|---|
committer | Heiko Schocher | 2023-04-11 06:52:11 +0200 |
commit | 5cf008637221ad3b4d4ecdc2befca19b2bdab53d (patch) | |
tree | 20a1953649fdcc25acd2eb5bbb2aecf263d7d025 /configs/M5373EVB_defconfig | |
parent | 96283b83da57e5ce7f1be9a2432e5b26aff39efb (diff) |
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/M5373EVB_defconfig')
-rw-r--r-- | configs/M5373EVB_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/M5373EVB_defconfig b/configs/M5373EVB_defconfig index eec95da8573..cbc91a58a87 100644 --- a/configs/M5373EVB_defconfig +++ b/configs/M5373EVB_defconfig @@ -40,7 +40,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_DM_RTC=y CONFIG_SYS_I2C_FSL=y CONFIG_SYS_FSL_I2C_OFFSET=0x58000 CONFIG_SYS_I2C_SLAVE=0x7F |