[PATCH 00/10] Convert LS1088A and LX2160 to DM_SERIAL
Ioana Ciornei
ioana.ciornei at nxp.com
Wed Mar 15 12:04:08 CET 2023
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(-)
--
2.25.1
More information about the U-Boot
mailing list