mirror of https://gitee.com/openkylin/linux.git
tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
The UPF_BOOT_AUTOCONF flag is needed for proper flow control support. Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
469f813ffe
commit
1b775de970
|
@ -1597,6 +1597,9 @@ static struct omap_uart_port_info *of_get_uart_port_info(struct device *dev)
|
|||
|
||||
of_property_read_u32(dev->of_node, "clock-frequency",
|
||||
&omap_up_info->uartclk);
|
||||
|
||||
omap_up_info->flags = UPF_BOOT_AUTOCONF;
|
||||
|
||||
return omap_up_info;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue