From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Cc: Marcin Niestroj <m.niestroj@grinn-global.com>,
Tom Rini <trini@konsulko.com>
Subject: [PATCH 02/11] board: chiliboard: convert to DM_I2C
Date: Sat, 3 Aug 2024 18:15:04 +0200 [thread overview]
Message-ID: <20240803161513.486062-2-agust@denx.de> (raw)
In-Reply-To: <20240803161513.486062-1-agust@denx.de>
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
Cc: Tom Rini <trini@konsulko.com>
---
configs/chiliboard_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig
index c574d93806..0e8737565f 100644
--- a/configs/chiliboard_defconfig
+++ b/configs/chiliboard_defconfig
@@ -53,7 +53,7 @@ CONFIG_NET_RETRY_COUNT=10
CONFIG_BOOTP_SEND_HOSTNAME=y
CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_SYS_BOOTCOUNT_BE=y
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SPL_SYS_I2C_LEGACY=y
CONFIG_MISC=y
CONFIG_MMC_OMAP_HS=y
--
2.25.1
next prev parent reply other threads:[~2024-08-03 16:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-03 16:15 [PATCH 01/11] board: shc: convert to DM_I2C Anatolij Gustschin
2024-08-03 16:15 ` Anatolij Gustschin [this message]
2024-08-03 16:15 ` [PATCH 03/11] board: cm-t43: " Anatolij Gustschin
2024-08-03 16:15 ` [PATCH 04/11] board: igep003x: " Anatolij Gustschin
2024-08-03 16:15 ` [PATCH 05/11] board: sl50: " Anatolij Gustschin
2024-08-03 16:15 ` [PATCH 06/11] board: rut: " Anatolij Gustschin
2024-08-03 16:15 ` [PATCH 07/11] board: novena: " Anatolij Gustschin
2024-08-04 0:21 ` Marek Vasut
2024-08-03 16:15 ` [PATCH 08/11] board: vining_2000: " Anatolij Gustschin
2024-08-07 22:34 ` [PATCH v2 " Anatolij Gustschin
2024-08-03 16:15 ` [PATCH 09/11] board: sniper: " Anatolij Gustschin
2024-08-04 10:05 ` Paul Kocialkowski
2024-08-03 16:15 ` [PATCH 10/11] board: cm_fx6: " Anatolij Gustschin
2024-08-07 11:16 ` Heiko Schocher
2024-08-07 13:11 ` Anatolij Gustschin
2024-08-07 13:47 ` Heiko Schocher
2024-08-07 13:09 ` [PATCH v2 " Anatolij Gustschin
2024-08-07 13:44 ` Fabio Estevam
2024-08-03 16:15 ` [PATCH 11/11] board: vf610twr: " Anatolij Gustschin
2024-08-05 4:54 ` [PATCH 01/11] board: shc: " Heiko Schocher
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=20240803161513.486062-2-agust@denx.de \
--to=agust@denx.de \
--cc=m.niestroj@grinn-global.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