All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] board: gateworks: venice: enable DM_SERIAL
@ 2022-04-13 15:47 Tim Harvey
  2022-04-13 15:56 ` Michael Nazzareno Trimarchi
  2022-04-21 12:27 ` sbabic
  0 siblings, 2 replies; 7+ messages in thread
From: Tim Harvey @ 2022-04-13 15:47 UTC (permalink / raw)
  To: Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team, u-boot; +Cc: Tim Harvey

Enable DM_SERIAL.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
v2: rebase on imx/master
---
 configs/imx8mm_venice_defconfig | 2 ++
 configs/imx8mn_venice_defconfig | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig
index dd61ec9b70fb..09f7d8a58ca7 100644
--- a/configs/imx8mm_venice_defconfig
+++ b/configs/imx8mm_venice_defconfig
@@ -110,6 +110,8 @@ CONFIG_SPL_DM_PMIC_MP5416=y
 CONFIG_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
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index c3a96a378553..41898da4aecf 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -108,6 +108,8 @@ CONFIG_SPL_DM_PMIC_MP5416=y
 CONFIG_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.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-21 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 15:47 [PATCH v2] board: gateworks: venice: enable DM_SERIAL Tim Harvey
2022-04-13 15:56 ` Michael Nazzareno Trimarchi
2022-04-13 16:08   ` Tim Harvey
2022-04-13 17:20     ` Michael Nazzareno Trimarchi
2022-04-14 16:10       ` Tim Harvey
2022-04-14 17:42         ` Tim Harvey
2022-04-21 12:27 ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.