[RFC 1/7] tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init

From: Sebastian Reichel
Date: Fri Aug 12 2016 - 23:15:14 EST


---
drivers/tty/serial/omap-serial.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c
index a2a529994ba5..7c2c77789c2c 100644
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
@@ -1542,6 +1542,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;
}

--
2.8.1