Signed-off-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
- drivers/tty/serial/ar933x_uart.c | 5 +++++
+ drivers/tty/serial/ar933x_uart.c | 5 +++++
1 file changed, 5 insertions(+)
-diff --git a/drivers/tty/serial/ar933x_uart.c b/drivers/tty/serial/ar933x_uart.c
-index 4379ca4842ae..0f2677695b52 100644
--- a/drivers/tty/serial/ar933x_uart.c
+++ b/drivers/tty/serial/ar933x_uart.c
-@@ -591,6 +591,11 @@ static int ar933x_config_rs485(struct uart_port *port,
+@@ -593,6 +593,11 @@ static int ar933x_config_rs485(struct ua
dev_err(port->dev, "RS485 needs rts-gpio\n");
return 1;
}
port->rs485 = *rs485conf;
return 0;
}
---
-2.35.1
-