diff options
-rw-r--r-- | drivers/tty/serial/omap-serial.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 6c6f82ad8d5c..a4734649a0f0 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
@@ -1597,6 +1597,9 @@ static struct omap_uart_port_info *of_get_uart_port_info(struct device *dev) | |||
1597 | 1597 | ||
1598 | of_property_read_u32(dev->of_node, "clock-frequency", | 1598 | of_property_read_u32(dev->of_node, "clock-frequency", |
1599 | &omap_up_info->uartclk); | 1599 | &omap_up_info->uartclk); |
1600 | |||
1601 | omap_up_info->flags = UPF_BOOT_AUTOCONF; | ||
1602 | |||
1600 | return omap_up_info; | 1603 | return omap_up_info; |
1601 | } | 1604 | } |
1602 | 1605 | ||