commit | 582ba6e661f4f7241467dfb1224baa6cf8282e3f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:58 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:26 2019 +0800 |
tree | c807bfc08a7c545d67cf621c5a685d047277f7db | |
parent | e63ca975afa6a418ddcaabd30dac89926bd108ed [diff] |
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>