]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
serial: add BCM283x mini UART driver
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 19 Mar 2016 03:41:38 +0000 (21:41 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:52 +0000 (09:12 -0400)
commit3917c26909e4021c73073672865ec456eb51d640
tree80cdf6b549ce0af90fc66d43cee1a8a10c83e455
parent92667e89fc5906531a7a1ff247e1ffec61b55b13
serial: add BCM283x mini UART driver

The RPi3 typically uses the regular UART for high-speed communication with
the Bluetooth device, leaving us the mini UART to use for the serial
console. Add support for this UART so we can use it.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
drivers/serial/Makefile
drivers/serial/serial_bcm283x_mu.c [new file with mode: 0644]
include/dm/platform_data/serial_bcm283x_mu.h [new file with mode: 0644]