From: Stefan Roese Date: Thu, 18 Nov 2021 08:19:33 +0000 (+0100) Subject: arm: mvebu: ds414_defconfig: Enable DM_I2C X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=f9776e52c326dd5a9eccfa2832876aa95a02bbdc;p=u-boot.git arm: mvebu: ds414_defconfig: Enable DM_I2C Move to the DM I2C version, so that this board will not get dropped from mainline. Signed-off-by: Stefan Roese Cc: Phil Sutter --- diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig index 773dbc186a..5a7c95825c 100644 --- a/configs/ds414_defconfig +++ b/configs/ds414_defconfig @@ -55,10 +55,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