All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/4] imx: imx8m: enable DM SERIAL
@ 2022-04-15  4:35 Peng Fan (OSS)
  2022-04-15  4:35 ` [PATCH V4 1/4] imx: imx8mp_evk: enable CONFIG_DM_SERIAL Peng Fan (OSS)
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Peng Fan (OSS) @ 2022-04-15  4:35 UTC (permalink / raw)
  To: sbabic, festevam; +Cc: peng.fan, u-boot

From: Peng Fan <peng.fan@nxp.com>

V4:
 Rebased, update commit log Per Tim's comments

V3:
 Add missed Signed-off-by
 Rebased to only add CONFIG_DM_SERIAL, not touch other config change in defconfig

V2:
 Include imx8mq-evk in this patchset.
 For i.MX8MN/M/P, drop board level uart pinmux settings,
 move preloader_console_init after driver probe.

 Tested on all four boards. Note i.MX8MQ-EVK not have SPL_DM, so pinmux for
 uart still there for spl usage.


Peng Fan (4):
  imx: imx8mp_evk: enable CONFIG_DM_SERIAL
  imx: imx8mm_evk: enable CONFIG_DM_SERIAL
  imx: imx8mn_evk: enable CONFIG_DM_SERIAL
  imx: imx8mq-evk: enable CONFIG_DM_SERIAL

 arch/arm/dts/imx8mq-evk-u-boot.dtsi     | 32 +++++++++++++++++++++++++
 board/freescale/imx8mm_evk/spl.c        | 12 ++--------
 board/freescale/imx8mn_evk/spl.c        | 12 ++--------
 board/freescale/imx8mp_evk/imx8mp_evk.c |  8 -------
 configs/imx8mm_evk_defconfig            |  1 +
 configs/imx8mn_ddr4_evk_defconfig       |  1 +
 configs/imx8mn_evk_defconfig            |  1 -
 configs/imx8mp_evk_defconfig            |  1 +
 configs/imx8mq_evk_defconfig            |  1 +
 9 files changed, 40 insertions(+), 29 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-22  8:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15  4:35 [PATCH V4 0/4] imx: imx8m: enable DM SERIAL Peng Fan (OSS)
2022-04-15  4:35 ` [PATCH V4 1/4] imx: imx8mp_evk: enable CONFIG_DM_SERIAL Peng Fan (OSS)
2022-04-22  8:47   ` sbabic
2022-04-15  4:35 ` [PATCH V4 2/4] imx: imx8mm_evk: " Peng Fan (OSS)
2022-04-22  8:46   ` sbabic
2022-04-15  4:35 ` [PATCH V4 3/4] imx: imx8mn_evk: " Peng Fan (OSS)
2022-04-22  8:46   ` sbabic
2022-04-15  4:35 ` [PATCH V4 4/4] imx: imx8mq-evk: " Peng Fan (OSS)
2022-04-22  8:47   ` sbabic
2022-04-16 12:10 ` [PATCH V4 0/4] imx: imx8m: enable DM SERIAL Fabio Estevam

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.