From: Peng Fan Date: Mon, 7 Nov 2022 08:13:38 +0000 (+0800) Subject: imx: mx6sabresd: convert to DM_I2C X-Git-Tag: v2025.01-rc5-pxa1908~1126^2~10 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=57d48522c9ad23ccc2736fbf6f4895bb496987c4;p=u-boot.git imx: mx6sabresd: convert to DM_I2C Convert to DM_I2C Signed-off-by: Peng Fan --- diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index cae23b93ec..6905850083 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -82,7 +82,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000 CONFIG_FASTBOOT_BUF_SIZE=0x10000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=2 -CONFIG_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MXC=y CONFIG_SUPPORT_EMMC_BOOT=y