pch_uart: Add uart_clk selection for the MinnowBoard
authorDarren Hart <dvhart@linux.intel.com>
Wed, 26 Jun 2013 01:53:22 +0000 (18:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jul 2013 01:21:23 +0000 (18:21 -0700)
commitc1d2dfed42f0d8d7eb7d3fa458f93e1e6fdb7e93
tree1f8c50204f6e7cc7a0d8497404a8978377aa98e7
parent0529b225e14f6187cd7a997ebc438538059a7889
pch_uart: Add uart_clk selection for the MinnowBoard

commit 29692d05647cb7ecea56242241f77291d5624b95 upstream.

Use DMI_BOARD_NAME to determine if we are running on a MinnowBoard and
set the uart clock to 50MHz if so. This removes the need to pass the
user_uartclk to the kernel at boot time.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Peter Waskiewicz <peter.p.waskiewicz.jr@intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c