From: Derald D. Woods Date: Mon, 16 May 2022 03:25:04 +0000 (-0500) Subject: ARM: omap3: evm: Complete DM_I2C migration X-Git-Tag: baikal/mips/sdk5.8.2~5^2~292^2~22^2~22 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=b3ef28b5c99a169d137bcf03a62a7b9b0d587591;p=uboot.git ARM: omap3: evm: Complete DM_I2C migration This commits enables DM_I2C and sets the default bus to 0. Signed-off-by: Derald D. Woods --- diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index 78b7a69ea3..41b197ddc8 100644 --- a/configs/omap3_evm_defconfig +++ b/configs/omap3_evm_defconfig @@ -63,8 +63,8 @@ CONFIG_SPL_OF_TRANSLATE=y CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82000000 CONFIG_GPIO_HOG=y -CONFIG_SYS_I2C_LEGACY=y -CONFIG_SPL_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y +CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_MMC_OMAP_HS=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y