All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 00/14] imx8m: convert to DM_SERIAL
@ 2022-05-05  7:43 Peng Fan (OSS)
  2022-05-05  7:43 ` [PATCH V2 01/14] imx: imx8mp_rsb3720a1: " Peng Fan (OSS)
                   ` (13 more replies)
  0 siblings, 14 replies; 23+ messages in thread
From: Peng Fan (OSS) @ 2022-05-05  7:43 UTC (permalink / raw)
  To: sbabic, festevam; +Cc: u-boot, Peng Fan

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

V2:
 Drop patch patch 11 in V1, because it was included in
 https://patchwork.ozlabs.org/project/uboot/patch/20220503041429.30969-1-peng.fan@oss.nxp.com/
 phandle->phanbell
 Add R-b/T-b/A-b tags for the patchset

This patchset is to convert some i.MX8M boards to DM SERIAL

Note: this is based on my experience on i.MX8M*-EVK from NXP, I not have
the following boards. If possible, please test.

Peng Fan (14):
  imx: imx8mp_rsb3720a1: convert to DM_SERIAL
  imx: imx8m[m/n/p]_venice: Enable SPL_DM_SERIAL
  imx: imx8mm_mx8menlo: Enable DM_SERIAL
  imx: imx8m[m/n]_beacon: Enable SPL_DM_SERIAL
  imx: imx8mm-cl-iot-gate: Enable DM_SERIAL
  imx: imx8mm_icore: Enable SPL_DM_SERIAL
  imx: imx8m[m/p]_phycore: Enable DM_SERIAL
  imx: imx8mn_var_som: enable DM_SERIAL
  imx: imx8mm_edm_sbc: Enable SPL_DM_SERIAL
  imx: kontron-sl-mx8mm: enable DM_SERIAL
  imx: dts: move common changes to imx8mq-u-boot.dtsi
  imx: imx8mq-cm: enable CONFIG_DM_SERIAL
  imx: imx8mq-pico: enable CONFIG_DM_SERIAL
  imx: imx8mq-phanbell: enable CONFIG_DM_SERIAL

 arch/arm/dts/imx8mq-cm-u-boot.dtsi            |  8 +++++++
 arch/arm/dts/imx8mq-evk-u-boot.dtsi           | 24 -------------------
 arch/arm/dts/imx8mq-phanbell-u-boot.dtsi      |  8 +++++++
 arch/arm/dts/imx8mq-pico-pi-u-boot.dtsi       |  9 +++++++
 arch/arm/dts/imx8mq-u-boot.dtsi               | 24 +++++++++++++++++++
 .../imx8mp_rsb3720a1/imx8mp_rsb3720a1.c       |  8 -------
 board/beacon/imx8mm/spl.c                     | 12 ++--------
 board/beacon/imx8mn/spl.c                     | 11 ++-------
 board/compulab/imx8mm-cl-iot-gate/spl.c       | 12 ++--------
 board/data_modul/imx8mm_edm_sbc/spl.c         | 12 ++--------
 board/engicam/imx8mm/spl.c                    | 14 +++--------
 board/gateworks/venice/spl.c                  | 22 ++---------------
 board/kontron/sl-mx8mm/spl.c                  | 12 ++--------
 board/menlo/mx8menlo/mx8menlo.c               |  9 -------
 board/phytec/phycore_imx8mm/spl.c             | 12 ++--------
 board/phytec/phycore_imx8mp/spl.c             |  8 -------
 board/variscite/imx8mn_var_som/spl.c          | 11 ++-------
 configs/imx8mm-cl-iot-gate-optee_defconfig    |  1 +
 configs/imx8mm-cl-iot-gate_defconfig          |  1 +
 configs/imx8mm-icore-mx8mm-ctouch2_defconfig  |  1 -
 configs/imx8mm-icore-mx8mm-edimm2.2_defconfig |  1 -
 configs/imx8mm-mx8menlo_defconfig             |  1 +
 configs/imx8mm_beacon_defconfig               |  1 -
 configs/imx8mm_data_modul_edm_sbc_defconfig   |  1 -
 configs/imx8mm_venice_defconfig               |  1 -
 configs/imx8mn_beacon_2g_defconfig            |  1 -
 configs/imx8mn_beacon_defconfig               |  1 -
 configs/imx8mn_var_som_defconfig              |  1 +
 configs/imx8mn_venice_defconfig               |  1 -
 configs/imx8mp_rsb3720a1_4G_defconfig         |  1 +
 configs/imx8mp_rsb3720a1_6G_defconfig         |  1 +
 configs/imx8mp_venice_defconfig               |  1 -
 configs/imx8mq_cm_defconfig                   |  1 +
 configs/imx8mq_phanbell_defconfig             |  1 +
 configs/kontron-sl-mx8mm_defconfig            |  1 +
 configs/phycore-imx8mm_defconfig              |  1 +
 configs/phycore-imx8mp_defconfig              |  1 +
 configs/pico-imx8mq_defconfig                 |  1 +
 include/configs/imx8mm-cl-iot-gate.h          |  2 --
 include/configs/imx8mm-mx8menlo.h             |  3 ---
 include/configs/imx8mm_beacon.h               |  2 --
 include/configs/imx8mm_data_modul_edm_sbc.h   |  2 --
 include/configs/imx8mm_icore_mx8mm.h          |  3 ---
 include/configs/imx8mm_venice.h               |  3 ---
 include/configs/imx8mn_beacon.h               |  2 --
 include/configs/imx8mn_var_som.h              |  2 --
 include/configs/imx8mn_venice.h               |  3 ---
 include/configs/imx8mp_rsb3720.h              |  2 --
 include/configs/imx8mp_venice.h               |  3 ---
 include/configs/kontron-sl-mx8mm.h            |  1 -
 include/configs/phycore_imx8mm.h              |  3 ---
 include/configs/phycore_imx8mp.h              |  3 ---
 52 files changed, 80 insertions(+), 191 deletions(-)
 create mode 100644 arch/arm/dts/imx8mq-pico-pi-u-boot.dtsi

-- 
2.36.0


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

end of thread, other threads:[~2022-05-20 13:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  7:43 [PATCH V2 00/14] imx8m: convert to DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 01/14] imx: imx8mp_rsb3720a1: " Peng Fan (OSS)
2022-05-20 13:42   ` sbabic
2022-05-05  7:43 ` [PATCH V2 02/14] imx: imx8m[m/n/p]_venice: Enable SPL_DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 03/14] imx: imx8mm_mx8menlo: Enable DM_SERIAL Peng Fan (OSS)
2022-05-16 22:24   ` Marcel Ziswiler
2022-05-20 13:42   ` sbabic
2022-05-05  7:43 ` [PATCH V2 04/14] imx: imx8m[m/n]_beacon: Enable SPL_DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 05/14] imx: imx8mm-cl-iot-gate: Enable DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 06/14] imx: imx8mm_icore: Enable SPL_DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 07/14] imx: imx8m[m/p]_phycore: Enable DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 08/14] imx: imx8mn_var_som: enable DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 09/14] imx: imx8mm_edm_sbc: Enable SPL_DM_SERIAL Peng Fan (OSS)
2022-05-20 13:42   ` sbabic
2022-05-05  7:43 ` [PATCH V2 10/14] imx: kontron-sl-mx8mm: enable DM_SERIAL Peng Fan (OSS)
2022-05-05  7:43 ` [PATCH V2 11/14] imx: dts: move common changes to imx8mq-u-boot.dtsi Peng Fan (OSS)
2022-05-20 13:43   ` sbabic
2022-05-05  7:43 ` [PATCH V2 12/14] imx: imx8mq-cm: enable CONFIG_DM_SERIAL Peng Fan (OSS)
2022-05-20 13:44   ` sbabic
2022-05-05  7:43 ` [PATCH V2 13/14] imx: imx8mq-pico: " Peng Fan (OSS)
2022-05-20 13:41   ` sbabic
2022-05-05  7:43 ` [PATCH V2 14/14] imx: imx8mq-phanbell: " Peng Fan (OSS)
2022-05-20 13:44   ` 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.