From: Stefan Roese Date: Thu, 18 Nov 2021 08:19:34 +0000 (+0100) Subject: arm: mvebu: maxbcm_defconfig: Enable DM_I2C X-Git-Tag: baikal/mips/sdk5.9~7^2^2~112^2~9^2~22 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=111ee3c9e9dc58436be54089ec2678daa7bf6728;p=uboot.git arm: mvebu: maxbcm_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 --- diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig index ce870c91c7..9fa2f5134b 100644 --- a/configs/maxbcm_defconfig +++ b/configs/maxbcm_defconfig @@ -37,10 +37,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_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y