diff options
| author | Tom Rini <trini@konsulko.com> | 2025-05-02 14:07:39 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-05-30 10:16:51 -0600 |
| commit | 191b10ac70d7acfa9d5eda5bd5d3cb12f6c576fc (patch) | |
| tree | 9d71d3cd8674db395ad1176018d83d1cd5da0aeb /configs/ls1021aqds_sdcard_qspi_defconfig | |
| parent | 4ca87fd18c1b718be423755939a6e5b1688869f5 (diff) | |
PowerPC / Layerscape: Finish migration to DM_SERIAL
Migrate the few ARM Layerscape platforms that had not been switched
along with all remaining PowerPC platforms to DM_SERIAL. For PowerPC,
this means that platforms which use SPL/TPL, keeping the non-DM serial
driver enabled there as they do not use DM. We also rework the guards
on how to define CFG_SYS_NS16550_CLK so that this is mostly in one place
now.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_qspi_defconfig')
| -rw-r--r-- | configs/ls1021aqds_sdcard_qspi_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1021aqds_sdcard_qspi_defconfig b/configs/ls1021aqds_sdcard_qspi_defconfig index 58d1a68f595..2ab3cf2d008 100644 --- a/configs/ls1021aqds_sdcard_qspi_defconfig +++ b/configs/ls1021aqds_sdcard_qspi_defconfig @@ -112,7 +112,8 @@ CONFIG_TSEC_ENET=y CONFIG_NVME_PCI=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCIE_LAYERSCAPE_RC=y -CONFIG_SYS_NS16550_SERIAL=y +CONFIG_DM_SERIAL=y +CONFIG_SPL_SYS_NS16550_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y |
