diff mbox series

[2/3] ARM: omap3: evm: Complete DM_I2C migration

Message ID 20220516032505.183211-3-woods.technical@gmail.com
State Accepted
Commit 25d629b603bec7efa49f99e76855a7b66f3c09b5
Delegated to: Tom Rini
Headers show
Series Updates for omap3-evm | expand

Commit Message

Derald D. Woods May 16, 2022, 3:25 a.m. UTC
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini June 10, 2022, 9:39 p.m. UTC | #1
On Sun, May 15, 2022 at 10:25:04PM -0500, Derald D. Woods wrote:

> This commits enables DM_I2C and sets the default bus to 0.
> 
> Signed-off-by: Derald D. Woods <woods.technical@gmail.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig
index d451e201c7..2d8e627171 100644
--- a/configs/omap3_evm_defconfig
+++ b/configs/omap3_evm_defconfig
@@ -56,8 +56,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