[PATCH 3/9] arm: mvebu: ds414_defconfig: Enable DM_I2C

Stefan Roese sr at denx.de
Thu Nov 18 09:19:33 CET 2021


Move to the DM I2C version, so that this board will not get dropped from
mainline.

Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Phil Sutter <phil at nwl.cc>
---
 configs/ds414_defconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig
index 4b867bcbe642..df143cdf6522 100644
--- a/configs/ds414_defconfig
+++ b/configs/ds414_defconfig
@@ -53,10 +53,8 @@ CONFIG_USE_ENV_SPI_MAX_HZ=y
 CONFIG_ENV_SPI_MAX_HZ=50000000
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_SPL_OF_TRANSLATE=y
-CONFIG_SYS_I2C_LEGACY=y
-CONFIG_SPL_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_MVTWSI=y
-CONFIG_SYS_I2C_SLAVE=0x0
 # CONFIG_MMC is not set
 CONFIG_MTD=y
 CONFIG_SPI_FLASH_STMICRO=y
-- 
2.34.0



More information about the U-Boot mailing list