
15 Apr
2020
15 Apr
'20
4:27 p.m.
On Wed, Apr 15, 2020 at 10:19 PM Bin Meng bmeng.cn@gmail.com wrote:
On Fri, Feb 28, 2020 at 7:41 AM Simon Glass sjg@chromium.org wrote:
On Thu, 27 Feb 2020 at 07:22, Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
Some callers of serial_getinfo() would like to know the UART base clock speed in order to make decision what to pass to OS in some cases. In particular, ACPI SPCR table expects only certain base clock speed and thus we have to act accordingly.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
drivers/serial/sandbox.c | 1 + include/serial.h | 3 +++ test/dm/serial.c | 1 + 3 files changed, 5 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!