]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: apl: Add UART driver
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:58 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:26 +0000 (11:44 +0800)
commit7656582378a3ff166080713d44cfc6fdc8cec6b0
treec807bfc08a7c545d67cf621c5a685d047277f7db
parent28eefefccfaa695fb44935ce8b04d50548d78b13
x86: apl: Add UART driver

Add a driver for the Apollo Lake UART. It uses the standard ns16550 device
but also sets up the input clock with LPSS and supports configuration via
of-platdata.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/uart.c [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/uart.h [new file with mode: 0644]