mbox series

[00/10] Convert LS1088A and LX2160 to DM_SERIAL

Message ID 20230315110418.841832-1-ioana.ciornei@nxp.com
Headers show
Series Convert LS1088A and LX2160 to DM_SERIAL | expand

Message

Ioana Ciornei March 15, 2023, 11:04 a.m. UTC
This patch set converts the LS1088A and LX216X based boards to DM_SERIAL.

Since we don't want to introduce even more differences between the
U-Boot's and Linux's device trees, the DT patches make the necessary
updates so that the serial nodes are synced with their counterpart.

We also update the LS1088A's defconfigs so that DM_SERIAL is enabled.
On LX2160A's defconfigs these updates are not needed since DM_SERIAL was
already enabled. On the other hand, we did remove the hardcoded PL01X
device instantiation from the board files in the last patch.

Ioana Ciornei (10):
  arch: arm: dts: fsl-ls1088a.dtsi: add an 'soc' node
  arch: arm: dts: fsl-ls1088a.dtsi: move the serial nodes under soc
  arch: arm: dts: fsl-ls1088a.dtsi: sync serial nodes with Linux
  arch: arm: dts: fsl-ls1088a.dtsi: tag serial nodes with bootph-all
  configs: ls1088a: enable DM_SERIAL
  arch: arm: dts: fsl-lx2160a.dtsi: add an 'soc' node
  arch: arm: dts: fsl-lx2160a.dtsi: move the serial nodes under soc
  arch: arm: dts: fsl-lx2160a.dtsi: sync serial nodes with Linux
  arch: arm: dts: fsl-lx2160a.dtsi: tag serial nodes with bootph-all
  board: freescale: lx2160a: remove the PL01X device instantiation

 arch/arm/dts/fsl-ls1088a-qds.dtsi            |  8 +++
 arch/arm/dts/fsl-ls1088a-rdb.dts             |  8 +++
 arch/arm/dts/fsl-ls1088a-ten64.dts           |  6 +-
 arch/arm/dts/fsl-ls1088a.dtsi                | 61 +++++++++++-----
 arch/arm/dts/fsl-lx2160a-qds.dtsi            | 11 ++-
 arch/arm/dts/fsl-lx2160a-rdb.dts             | 11 ++-
 arch/arm/dts/fsl-lx2160a.dtsi                | 74 ++++++++++++--------
 board/freescale/lx2160a/lx2160a.c            | 34 ---------
 configs/ls1088aqds_tfa_defconfig             |  4 +-
 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig |  4 +-
 configs/ls1088ardb_tfa_defconfig             |  4 +-
 11 files changed, 138 insertions(+), 87 deletions(-)

Comments

Peng Fan (OSS) April 4, 2023, 8:42 a.m. UTC | #1
On 3/15/2023 7:04 PM, Ioana Ciornei wrote:
> This patch set converts the LS1088A and LX216X based boards to DM_SERIAL.
> 
> Since we don't want to introduce even more differences between the
> U-Boot's and Linux's device trees, the DT patches make the necessary
> updates so that the serial nodes are synced with their counterpart.
> 
> We also update the LS1088A's defconfigs so that DM_SERIAL is enabled.
> On LX2160A's defconfigs these updates are not needed since DM_SERIAL was
> already enabled. On the other hand, we did remove the hardcoded PL01X
> device instantiation from the board files in the last patch.
> 

Applied.

Thanks,
Peng.

> Ioana Ciornei (10):
>    arch: arm: dts: fsl-ls1088a.dtsi: add an 'soc' node
>    arch: arm: dts: fsl-ls1088a.dtsi: move the serial nodes under soc
>    arch: arm: dts: fsl-ls1088a.dtsi: sync serial nodes with Linux
>    arch: arm: dts: fsl-ls1088a.dtsi: tag serial nodes with bootph-all
>    configs: ls1088a: enable DM_SERIAL
>    arch: arm: dts: fsl-lx2160a.dtsi: add an 'soc' node
>    arch: arm: dts: fsl-lx2160a.dtsi: move the serial nodes under soc
>    arch: arm: dts: fsl-lx2160a.dtsi: sync serial nodes with Linux
>    arch: arm: dts: fsl-lx2160a.dtsi: tag serial nodes with bootph-all
>    board: freescale: lx2160a: remove the PL01X device instantiation
> 
>   arch/arm/dts/fsl-ls1088a-qds.dtsi            |  8 +++
>   arch/arm/dts/fsl-ls1088a-rdb.dts             |  8 +++
>   arch/arm/dts/fsl-ls1088a-ten64.dts           |  6 +-
>   arch/arm/dts/fsl-ls1088a.dtsi                | 61 +++++++++++-----
>   arch/arm/dts/fsl-lx2160a-qds.dtsi            | 11 ++-
>   arch/arm/dts/fsl-lx2160a-rdb.dts             | 11 ++-
>   arch/arm/dts/fsl-lx2160a.dtsi                | 74 ++++++++++++--------
>   board/freescale/lx2160a/lx2160a.c            | 34 ---------
>   configs/ls1088aqds_tfa_defconfig             |  4 +-
>   configs/ls1088ardb_tfa_SECURE_BOOT_defconfig |  4 +-
>   configs/ls1088ardb_tfa_defconfig             |  4 +-
>   11 files changed, 138 insertions(+), 87 deletions(-)
>