From: "Derald D. Woods" <woods.technical@gmail.com>
To: u-boot@lists.denx.de
Cc: trini@konsulko.com, "Derald D. Woods" <woods.technical@gmail.com>
Subject: [PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration
Date: Sun, 15 May 2022 22:25:04 -0500 [thread overview]
Message-ID: <20220516032505.183211-3-woods.technical@gmail.com> (raw)
In-Reply-To: <20220516032505.183211-1-woods.technical@gmail.com>
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(-)
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
--
2.36.1
next prev parent reply other threads:[~2022-05-16 3:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-16 3:25 [PATCH 0/3] Updates for omap3-evm Derald D. Woods
2022-05-16 3:25 ` [PATCH 1/3] ARM: omap3: evm: Power on MMC when setting up PMIC Derald D. Woods
2022-06-10 21:39 ` Tom Rini
2022-05-16 3:25 ` Derald D. Woods [this message]
2022-06-10 21:39 ` [PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration Tom Rini
2022-05-16 3:25 ` [PATCH 3/3] ARM: omap3: evm: Fix 'fitImage' booting Derald D. Woods
2022-06-10 21:39 ` Tom Rini
2022-06-06 15:09 ` [PATCH 0/3] Updates for omap3-evm Derald Woods
2022-06-06 15:16 ` Tom Rini
2022-06-06 20:49 ` Derald Woods
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220516032505.183211-3-woods.technical@gmail.com \
--to=woods.technical@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox