Skip to content

Commit aee744a

Browse files
Aswath-Govindrajunmenon
authored andcommitted
arm64: dts: ti: k3-j721s2-common-proc-board: Alias console uart to serial2
On J721s2 Linux console is on main_uart8 but to be consistent with other J7 family of devices, alias it to ttyS2 (serial2). This also eliminates need to have higher number of 8250 runtime UARTs. Signed-off-by: Aswath Govindraju <[email protected]> Signed-off-by: Vignesh Raghavendra <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Kishon Vijay Abraham I <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1652165 commit aee744a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
model = "Texas Instruments J721S2 EVM";
1616

1717
chosen {
18-
stdout-path = "serial10:115200n8";
19-
bootargs = "console=ttyS10,115200n8 earlycon=ns16550a,mmio32,2880000";
18+
stdout-path = "serial2:115200n8";
19+
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,2880000";
2020
};
2121

2222
aliases {
2323
serial1 = &mcu_uart0;
24-
serial10 = &main_uart8;
24+
serial2 = &main_uart8;
2525
mmc0 = &main_sdhci0;
2626
mmc1 = &main_sdhci1;
2727
can0 = &main_mcan16;

0 commit comments

Comments
 (0)