tty: serial: meson: Describes the calculation of the UART baud rate clock using a...
authorYu Tu <yu.tu@amlogic.com>
Fri, 25 Feb 2022 07:39:19 +0000 (15:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Feb 2022 09:03:20 +0000 (10:03 +0100)
commit44023b8e1f14bc72bb773dd84dc3563fc912d210
tree52fe4b638622bbd720ebf2d94676a33405244dba
parent6436dd8f9b25ea756b27ca0ec10d017ea51b42e2
tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame

Using the common Clock code to describe the UART baud rate clock
makes it easier for the UART driver to be compatible with the
baud rate requirements of the UART IP on different meson chips.

Signed-off-by: Yu Tu <yu.tu@amlogic.com>
Link: https://lore.kernel.org/r/20220225073922.3947-4-yu.tu@amlogic.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c