powerpc: Add serial driver for driver model
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 18:51:47 +0000 (11:51 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 12 Feb 2015 17:35:31 +0000 (10:35 -0700)
commitfad486ce51b7ae96f5004e50249c675d5ac20136
treeed55bd6e98143603a624322d11fa927c137c40ef
parent0e7806d24a77179053c64ba481b3857805e061c8
powerpc: Add serial driver for driver model

This uses the ns16550 driver but sets up the clock at run-time. It does
not seem to be available in the device tree.

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