diff options
| author | Mathew McBride <[email protected]> | 2023-04-12 07:38:14 +0000 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2023-05-05 09:46:03 +0800 |
| commit | 7fb6032bae4c6ec2e33fc473e6873820236913e0 (patch) | |
| tree | 37dffdf9aaf4787d28efe1f519e7b32e65759370 | |
| parent | 8586a938682dbb0da669073c851e1f5ac62c37fe (diff) | |
configs: ten64: enable DM_SERIAL
The recent series "Convert LS1088A and LX2160 to DM_SERIAL"
from Ioana Ciornei provided the necessary support to enable
DM_SERIAL on the Ten64 board (LS1088A).
Signed-off-by: Mathew McBride <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Reviewed-by: Ioana Ciornei <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Ioana Ciornei <[email protected]>
Tested-by: Ioana Ciornei <[email protected]> # on LS1088A-RDB
| -rw-r--r-- | configs/ten64_tfa_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig index c16e58e660b..9797a343e51 100644 --- a/configs/ten64_tfa_defconfig +++ b/configs/ten64_tfa_defconfig @@ -81,7 +81,9 @@ CONFIG_PCIE_LAYERSCAPE_RC=y CONFIG_DM_RTC=y CONFIG_RTC_RX8025=y CONFIG_DM_SCSI=y -CONFIG_SYS_NS16550_SERIAL=y +CONFIG_SPECIFY_CONSOLE_INDEX=y +CONFIG_DM_SERIAL=y +CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y |
