From: Camelia Groza <camelia.groza@nxp.com>
To: peng.fan@oss.nxp.com, mingkai.hu@nxp.com, pramod.kumar_1@nxp.com,
u-boot@lists.denx.de
Cc: Camelia Groza <camelia.groza@nxp.com>
Subject: [PATCH v2 0/7] Enable DM_SERIAL for the LS104xA RDB/FRWY boards
Date: Fri, 16 Jun 2023 16:18:31 +0300 [thread overview]
Message-ID: <cover.1686918166.git.camelia.groza@nxp.com> (raw)
This series enables DM_SERIAL for ls1043ardb, ls1046ardb and
ls1046afrwy.
First, the device tree serial nodes are synced with their counterpart
descriptions in Linux v6.3.
Secondly, the serial nodes are tagged with 'bootph-all' to guarantee
the drivers are initialized before relocation. New board specific
*-u-boot.dtsi files are created to store these properties. We do this in
order to keep serial node descriptions in sync with Linux.
Lastly, CONFIG_DM_SERIAL is enabled in the relevant defconfigs.
Changes in v2:
- mention the Linux kernel version the serial nodes are synced with in
1/7 and 4/7
- create *-u-boot.dtsi files to store u-boot specific dts properties in
2/7 and 5/7
- pick up the status properties of the serial nodes from Linux in 4/7
Camelia Groza (7):
arch: arm: dts: ls1043a: sync serial nodes with Linux
arch: arm: dts: ls1043a: tag serial nodes with bootph-all
configs: ls1043ardb: enable DM_SERIAL
arch: arm: dts: ls1046a: sync serial nodes with Linux
arch: arm: dts: ls1046a: tag serial nodes with bootph-all
configs: ls1046ardb: enable DM_SERIAL
configs: ls1046afrwy: enable DM_SERIAL
arch/arm/dts/fsl-ls1043a-qds.dtsi | 2 +-
arch/arm/dts/fsl-ls1043a-rdb-u-boot.dtsi | 5 ++++
arch/arm/dts/fsl-ls1043a-rdb.dts | 6 +++-
arch/arm/dts/fsl-ls1043a-u-boot.dtsi | 19 +++++++++++++
arch/arm/dts/fsl-ls1043a.dtsi | 16 +++++++----
arch/arm/dts/fsl-ls1046a-frwy-u-boot.dtsi | 5 ++++
arch/arm/dts/fsl-ls1046a-frwy.dts | 22 ++++++++++++++-
arch/arm/dts/fsl-ls1046a-qds.dtsi | 2 +-
arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi | 5 ++++
arch/arm/dts/fsl-ls1046a-rdb.dts | 14 +++++++++-
arch/arm/dts/fsl-ls1046a-u-boot.dtsi | 19 +++++++++++++
arch/arm/dts/fsl-ls1046a.dtsi | 28 +++++++++++++------
configs/ls1043ardb_SECURE_BOOT_defconfig | 4 ++-
configs/ls1043ardb_defconfig | 4 ++-
configs/ls1043ardb_nand_SECURE_BOOT_defconfig | 4 ++-
configs/ls1043ardb_nand_defconfig | 3 +-
.../ls1043ardb_sdcard_SECURE_BOOT_defconfig | 4 ++-
configs/ls1043ardb_sdcard_defconfig | 3 +-
configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 4 ++-
configs/ls1043ardb_tfa_defconfig | 4 ++-
configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 4 ++-
configs/ls1046afrwy_tfa_defconfig | 4 ++-
configs/ls1046ardb_emmc_defconfig | 3 +-
configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 4 ++-
configs/ls1046ardb_qspi_defconfig | 4 ++-
configs/ls1046ardb_qspi_spl_defconfig | 3 +-
.../ls1046ardb_sdcard_SECURE_BOOT_defconfig | 4 ++-
configs/ls1046ardb_sdcard_defconfig | 3 +-
configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 4 ++-
configs/ls1046ardb_tfa_defconfig | 4 ++-
30 files changed, 173 insertions(+), 37 deletions(-)
create mode 100644 arch/arm/dts/fsl-ls1043a-rdb-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1043a-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1046a-frwy-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1046a-u-boot.dtsi
--
2.17.1
next reply other threads:[~2023-06-16 13:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-16 13:18 Camelia Groza [this message]
2023-06-16 13:18 ` [PATCH v2 1/7] arch: arm: dts: ls1043a: sync serial nodes with Linux Camelia Groza
2023-06-16 13:18 ` [PATCH v2 2/7] arch: arm: dts: ls1043a: tag serial nodes with bootph-all Camelia Groza
2023-06-16 13:18 ` [PATCH v2 3/7] configs: ls1043ardb: enable DM_SERIAL Camelia Groza
2023-06-16 13:18 ` [PATCH v2 4/7] arch: arm: dts: ls1046a: sync serial nodes with Linux Camelia Groza
2023-06-16 13:18 ` [PATCH v2 5/7] arch: arm: dts: ls1046a: tag serial nodes with bootph-all Camelia Groza
2023-06-16 13:18 ` [PATCH v2 6/7] configs: ls1046ardb: enable DM_SERIAL Camelia Groza
2023-06-16 13:18 ` [PATCH v2 7/7] configs: ls1046afrwy: " Camelia Groza
2023-06-26 1:04 ` [PATCH v2 0/7] Enable DM_SERIAL for the LS104xA RDB/FRWY boards Peng Fan
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=cover.1686918166.git.camelia.groza@nxp.com \
--to=camelia.groza@nxp.com \
--cc=mingkai.hu@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=pramod.kumar_1@nxp.com \
--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 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.