diff options
| author | Michael Walle <[email protected]> | 2026-03-18 15:29:16 +0100 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-03-23 14:27:23 +0800 |
| commit | a5e46ecc3593960c2fe763a598a6fd804912f05b (patch) | |
| tree | 57ab725d513010d683dc6ac170183d4dd222f502 | |
| parent | 6dad9838d34c106c94bf18e634b5999c60136234 (diff) | |
configs: ls1021atsn: enable serial driver
Switching to DM_SERIAL disabled any serial driver. Re-enable it again.
Fixes: 191b10ac70d7 ("PowerPC / Layerscape: Finish migration to DM_SERIAL")
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Vladimir Oltean <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/ls1021atsn_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021atsn_qspi_defconfig b/configs/ls1021atsn_qspi_defconfig index e36d336d84b..37629d88c48 100644 --- a/configs/ls1021atsn_qspi_defconfig +++ b/configs/ls1021atsn_qspi_defconfig @@ -68,6 +68,7 @@ CONFIG_TSEC_ENET=y CONFIG_NVME_PCI=y CONFIG_PCIE_LAYERSCAPE_RC=y CONFIG_DM_SERIAL=y +CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y |
