]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Add serial support
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:19 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commit765a1b1eb397f613a1d522224221d1dd4a812888
treef61f699fecacfb18e43e8a48bb66bd90eb640034
parentc6aabe9289e4f3a3b9066cd494c413302dfa970a
rockchip: Add serial support

Add support for the Rockchip serial device using the ns16550 driver.
This uses driver model and device tree for both SPL and U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/serial_rockchip.c [new file with mode: 0644]