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

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

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, 41 insertions(+), 28 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-14 17:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  2:11 [PATCH V3 0/4] imx: imx8m: enable DM SERIAL Peng Fan (OSS)
2022-04-13  2:11 ` [PATCH V3 1/4] imx: imx8mp_evk: enable CONFIG_DM_SERIAL Peng Fan (OSS)
2022-04-13  2:11 ` [PATCH V3 2/4] imx: imx8mm_evk: " Peng Fan (OSS)
2022-04-13  2:11 ` [PATCH V3 3/4] imx: imx8mn_evk: " Peng Fan (OSS)
2022-04-14 17:20   ` Tim Harvey
2022-04-14 17:40     ` Tim Harvey
2022-04-13  2:11 ` [PATCH V3 4/4] imx: imx8mq-evk: " Peng Fan (OSS)

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.