commit | bb5c5aab3e4c68e56f6d81dcd978a7ef2c5fb1d7 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Wed Apr 05 00:59:28 2023 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue Apr 11 06:52:11 2023 +0200 |
tree | 20a1953649fdcc25acd2eb5bbb2aecf263d7d025 | |
parent | d768df1aefffd7e85ea8031a3f0d800698b42db9 [diff] [blame] |
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>
diff --git a/configs/M5235EVB_defconfig b/configs/M5235EVB_defconfig index fbd3e08..64f8a13 100644 --- a/configs/M5235EVB_defconfig +++ b/configs/M5235EVB_defconfig
@@ -61,3 +61,4 @@ CONFIG_MII=y CONFIG_MCFUART=y CONFIG_WATCHDOG_TIMEOUT_MSECS=5000 +CONFIG_DM_I2C=y