]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: omap3: evm: Complete DM_I2C migration
authorDerald D. Woods <woods.technical@gmail.com>
Mon, 16 May 2022 03:25:04 +0000 (22:25 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 17:37:32 +0000 (13:37 -0400)
This commits enables DM_I2C and sets the default bus to 0.

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
configs/omap3_evm_defconfig

index 78b7a69ea352ee6d72cde10a64f58f2bd419c4e7..41b197ddc8278f585f32bed3108251d9a04fdb55 100644 (file)
@@ -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