diff options
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r-- | drivers/tty/serial/imx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 4b38392f4bd6..0df2b1c091ae 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c | |||
@@ -1980,7 +1980,8 @@ static int serial_imx_probe_dt(struct imx_port *sport, | |||
1980 | } | 1980 | } |
1981 | sport->port.line = ret; | 1981 | sport->port.line = ret; |
1982 | 1982 | ||
1983 | if (of_get_property(np, "fsl,uart-has-rtscts", NULL)) | 1983 | if (of_get_property(np, "uart-has-rtscts", NULL) || |
1984 | of_get_property(np, "fsl,uart-has-rtscts", NULL) /* deprecated */) | ||
1984 | sport->have_rtscts = 1; | 1985 | sport->have_rtscts = 1; |
1985 | 1986 | ||
1986 | if (of_get_property(np, "fsl,dte-mode", NULL)) | 1987 | if (of_get_property(np, "fsl,dte-mode", NULL)) |