From: Heiko Thiery <heiko.thiery@gmail.com>
To: u-boot@lists.denx.de
Cc: Stefano Babic <sbabic@denx.de>,
Fabio Estevam <festevam@gmail.com>,
"NXP i . MX U-Boot Team" <uboot-imx@nxp.com>,
Peng Fan <peng.fan@nxp.com>, Marek Vasut <marex@denx.de>,
Heiko Thiery <heiko.thiery@gmail.com>
Subject: [PATCH v2 1/2] ARM: imx: imx8mn-evk: enable DM_SERIAL
Date: Sat, 26 Feb 2022 10:44:21 +0100 [thread overview]
Message-ID: <20220226094419.329195-2-heiko.thiery@gmail.com> (raw)
In-Reply-To: <20220226094419.329195-1-heiko.thiery@gmail.com>
U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL
and gives a deadline before possibly removing the board. Migrate to
DM_SERIAL to fulfill the request.
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
v2:
- add commit log to explain the change
configs/imx8mn_evk_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/imx8mn_evk_defconfig b/configs/imx8mn_evk_defconfig
index 95ac6f85fa..15909d545c 100644
--- a/configs/imx8mn_evk_defconfig
+++ b/configs/imx8mn_evk_defconfig
@@ -84,6 +84,8 @@ CONFIG_DM_REGULATOR=y
CONFIG_SPL_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
+# CONFIG_SPL_DM_SERIAL is not set
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
--
2.30.2
next prev parent reply other threads:[~2022-02-26 9:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-26 9:44 [PATCH 0/2] enable DM_SERIAL on imx8mn-evk and imx8mn-ddr4-evk Heiko Thiery
2022-02-26 9:44 ` Heiko Thiery [this message]
2022-02-26 12:56 ` [PATCH v2 1/2] ARM: imx: imx8mn-evk: enable DM_SERIAL Fabio Estevam
2022-04-12 18:47 ` sbabic
2022-02-26 9:44 ` [PATCH v2 2/2] ARM: imx: imx8mn-ddr4-evk: " Heiko Thiery
2022-02-26 12:57 ` Fabio Estevam
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=20220226094419.329195-2-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=festevam@gmail.com \
--cc=marex@denx.de \
--cc=peng.fan@nxp.com \
--cc=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
/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