From: Fabio Estevam <festevam@gmail.com>
To: sbabic@denx.de
Cc: u-boot@lists.denx.de, Fabio Estevam <festevam@denx.de>
Subject: [PATCH 3/3] mx23_olinuxino: Convert to CONFIG_DM_SERIAL
Date: Tue, 11 Jul 2023 18:09:03 -0300 [thread overview]
Message-ID: <20230711210903.623763-3-festevam@gmail.com> (raw)
In-Reply-To: <20230711210903.623763-1-festevam@gmail.com>
From: Fabio Estevam <festevam@denx.de>
The conversion to CONFIG_DM_SERIAL is mandatory, so select this option.
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm/Kconfig | 1 -
arch/arm/mach-imx/mxs/Kconfig | 1 +
configs/mx23_olinuxino_defconfig | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ac079da7527a..b3115b054c8c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -912,7 +912,6 @@ config ARCH_MX23
select CPU_ARM926EJS
select GPIO_EXTRA_HEADER
select MACH_IMX
- select PL011_SERIAL if !TARGET_MX23EVK
select SUPPORT_SPL
config ARCH_MX28
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig
index 6b9d5c956971..d3233d8d14f3 100644
--- a/arch/arm/mach-imx/mxs/Kconfig
+++ b/arch/arm/mach-imx/mxs/Kconfig
@@ -10,6 +10,7 @@ choice
config TARGET_MX23_OLINUXINO
bool "Support mx23_olinuxino"
+ select PL01X_SERIAL
select BOARD_EARLY_INIT_F
config TARGET_MX23EVK
diff --git a/configs/mx23_olinuxino_defconfig b/configs/mx23_olinuxino_defconfig
index 89b69fb32366..24968e18710f 100644
--- a/configs/mx23_olinuxino_defconfig
+++ b/configs/mx23_olinuxino_defconfig
@@ -50,6 +50,7 @@ CONFIG_LED_STATUS_BOOT=0
CONFIG_LED_STATUS_CMD=y
CONFIG_MMC_MXS=y
CONFIG_CONS_INDEX=0
+CONFIG_DM_SERIAL=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_HOST_ETHER=y
--
2.34.1
next prev parent reply other threads:[~2023-07-11 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-11 21:09 [PATCH 1/3] mx28evk: Convert to CONFIG_DM_SERIAL Fabio Estevam
2023-07-11 21:09 ` [PATCH 2/3] mx23evk: " Fabio Estevam
2023-07-12 13:40 ` sbabic
2023-07-11 21:09 ` Fabio Estevam [this message]
2023-07-12 13:40 ` [PATCH 3/3] mx23_olinuxino: " sbabic
2023-07-12 13:41 ` [PATCH 1/3] mx28evk: " sbabic
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=20230711210903.623763-3-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=festevam@denx.de \
--cc=sbabic@denx.de \
--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