diff mbox series

[02/18] configs: ten64: enable DM_SERIAL

Message ID 20230412073830.13928-3-matt@traverse.com.au
State Accepted
Commit 7fb6032bae4c6ec2e33fc473e6873820236913e0
Delegated to: Peng Fan
Headers show
Series Synchronise LS1088A/Ten64 device tree with Linux | expand

Commit Message

Mathew McBride April 12, 2023, 7:38 a.m. UTC
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 <matt@traverse.com.au>
---
 configs/ten64_tfa_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peng Fan (OSS) April 28, 2023, 3:24 a.m. UTC | #1
On 4/12/2023 3:38 PM, Mathew McBride wrote:
> 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<matt@traverse.com.au>

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Ioana Ciornei April 28, 2023, 11:19 a.m. UTC | #2
On Wed, Apr 12, 2023 at 07:38:14AM +0000, Mathew McBride wrote:
> 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 <matt@traverse.com.au>
Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>

Thanks! I didn't want to touch defconfigs which I cannot directly test
on the board.
diff mbox series

Patch

diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig
index 2396d9ef37..4e5fcddab6 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