]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
serial: 8250: pxa: add devicetree earlyconsole
authorRobert Jarzmik <robert.jarzmik@free.fr>
Fri, 21 Oct 2016 22:06:21 +0000 (00:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 14:27:24 +0000 (16:27 +0200)
commitfea6dd14868aa8f954804cf4a629b6af3e47c484
tree95d555e418f5d064f475f6dd060a488d22fa4853
parentba061c1a9066a40a1ee6800b828c83bca3cbf631
serial: 8250: pxa: add devicetree earlyconsole

Transfer the device-tree pxa uart handling from 8250_of to the new
8250_pxa.  As a corollary, add the early console definition into
8250_pxa.

This enables to have the same uart node for the early console and the
normal uart.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_of.c
drivers/tty/serial/8250/8250_pxa.c