aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2022-05-15 22:25:04 -0500
committerTom Rini <trini@konsulko.com>2022-06-10 13:37:32 -0400
commit25d629b603bec7efa49f99e76855a7b66f3c09b5 (patch)
treeae1e82c17dbc53ba922834d5b6230a00ddf05b53 /configs
parent161535444bd8b505d8b1ec16bb7a3389136b6555 (diff)
downloadu-boot-25d629b603bec7efa49f99e76855a7b66f3c09b5.zip
u-boot-25d629b603bec7efa49f99e76855a7b66f3c09b5.tar.gz
u-boot-25d629b603bec7efa49f99e76855a7b66f3c09b5.tar.bz2
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 <woods.technical@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/omap3_evm_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig
index 78b7a69..41b197d 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