Skip to content

Commit 76ed2e1

Browse files
jan-kiszkagregkh
authored andcommitted
Revert "tty: xilinx_uartps: Fix missing id assignment to the console"
This reverts commit 2ae11c4. It turned out to break the ultra96-rev1, e.g., which uses uart1 as serial0 (and stdout-path = "serial0:115200n8"). Fixes: 2ae11c4 ("tty: xilinx_uartps: Fix missing id assignment to the console") Cc: stable <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> Reviewed-by: Michal Simek <[email protected]> Tested-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2253856 commit 76ed2e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/tty/serial/xilinx_uartps.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,6 @@ static int cdns_uart_probe(struct platform_device *pdev)
14651465
cdns_uart_uart_driver.nr = CDNS_UART_NR_PORTS;
14661466
#ifdef CONFIG_SERIAL_XILINX_PS_UART_CONSOLE
14671467
cdns_uart_uart_driver.cons = &cdns_uart_console;
1468-
cdns_uart_console.index = id;
14691468
#endif
14701469

14711470
rc = uart_register_driver(&cdns_uart_uart_driver);

0 commit comments

Comments
 (0)