|
@@ -3619,6 +3619,8 @@ int serial8250_register_8250_port(struct uart_8250_port *up)
|
|
uart->rs485 = up->rs485;
|
|
uart->rs485 = up->rs485;
|
|
uart->port.throttle = up->port.throttle;
|
|
uart->port.throttle = up->port.throttle;
|
|
uart->port.unthrottle = up->port.unthrottle;
|
|
uart->port.unthrottle = up->port.unthrottle;
|
|
|
|
+ uart->port.rs485_config = up->port.rs485_config;
|
|
|
|
+ uart->port.rs485 = up->port.rs485;
|
|
|
|
|
|
/* Take tx_loadsz from fifosize if it wasn't set separately */
|
|
/* Take tx_loadsz from fifosize if it wasn't set separately */
|
|
if (uart->port.fifosize && !uart->tx_loadsz)
|
|
if (uart->port.fifosize && !uart->tx_loadsz)
|