[PATCH] serial: Enable SYS_NS16550 on incorrectly migrated platforms

Vladimir Oltean olteanv at gmail.com
Fri Mar 20 15:48:58 CET 2026


On Thu, Mar 19, 2026 at 10:33:43AM -0600, Tom Rini wrote:
> With the migration to DM_SERIAL in commit 191b10ac70d7 ("PowerPC /
> Layerscape: Finish migration to DM_SERIAL") a number of platforms were
> incorrectly migrated and did not enable SYS_NS16550 despite previously
> having enabled the non-DM NS16650 serial driver. Enable these now.
> 
> Fixes: 191b10ac70d7 ("PowerPC / Layerscape: Finish migration to DM_SERIAL")
> Reported-by: Michael Walle <mwalle at kernel.org>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Vladimir Oltean <olteanv at gmail.com>
> Cc: Ashish Kumar <Ashish.kumar at nxp.com>,
> Cc: Kuldeep Singh <kuldeep.singh at nxp.com>
> ---
>  configs/MPC8548CDS_36BIT_defconfig                  | 1 +
>  configs/MPC8548CDS_defconfig                        | 1 +
>  configs/MPC8548CDS_legacy_defconfig                 | 1 +
>  configs/P1010RDB-PA_36BIT_NOR_defconfig             | 1 +
>  configs/P1010RDB-PA_NOR_defconfig                   | 1 +
>  configs/P1010RDB-PB_36BIT_NOR_defconfig             | 1 +
>  configs/P1010RDB-PB_NOR_defconfig                   | 1 +
>  configs/P1020RDB-PC_36BIT_defconfig                 | 1 +
>  configs/P1020RDB-PC_defconfig                       | 1 +
>  configs/P1020RDB-PD_defconfig                       | 1 +
>  configs/P2020RDB-PC_36BIT_defconfig                 | 1 +
>  configs/P2020RDB-PC_defconfig                       | 1 +
>  configs/P2041RDB_NAND_defconfig                     | 1 +
>  configs/P2041RDB_SDCARD_defconfig                   | 1 +
>  configs/P2041RDB_SPIFLASH_defconfig                 | 1 +
>  configs/P2041RDB_defconfig                          | 1 +
>  configs/T2080QDS_SECURE_BOOT_defconfig              | 1 +
>  configs/T2080QDS_SRIO_PCIE_BOOT_defconfig           | 1 +
>  configs/T2080QDS_defconfig                          | 1 +
>  configs/ls1012a2g5rdb_tfa_defconfig                 | 1 +
>  configs/ls1012afrdm_tfa_defconfig                   | 1 +
>  configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig       | 1 +
>  configs/ls1012afrwy_tfa_defconfig                   | 1 +
>  configs/ls1012aqds_tfa_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1012aqds_tfa_defconfig                    | 1 +
>  configs/ls1012ardb_tfa_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1012ardb_tfa_defconfig                    | 1 +
>  configs/ls1021aiot_qspi_defconfig                   | 1 +
>  configs/ls1021aqds_nor_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1021aqds_qspi_defconfig                   | 1 +
>  configs/ls1021atsn_qspi_defconfig                   | 1 +
>  configs/ls1021atwr_nor_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1021atwr_qspi_defconfig                   | 1 +
>  configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 1 +
>  configs/ls1043aqds_tfa_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1043aqds_tfa_defconfig                    | 1 +
>  configs/ls1046aqds_tfa_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1046aqds_tfa_defconfig                    | 1 +
>  configs/ls2080aqds_qspi_defconfig                   | 1 +
>  39 files changed, 39 insertions(+)

Reviewed-by: Vladimir Oltean <olteanv at gmail.com>


More information about the U-Boot mailing list