* [PATCH] parisc: Fix serial console for machines with serial port on superio chip
@ 2014-10-01 20:11 Helge Deller
0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2014-10-01 20:11 UTC (permalink / raw)
To: linux-parisc, James Bottomley, John David Anglin, Peter Hurley
Fix the serial console on machines where the serial port is located on
the SuperIO chip.
Signed-off-by: Helge Deller <deller@gmx.de>
CC: Peter Hurley <peter@hurleysoftware.com>
diff --git a/drivers/parisc/superio.c b/drivers/parisc/superio.c
index a042d06..8be2096 100644
--- a/drivers/parisc/superio.c
+++ b/drivers/parisc/superio.c
@@ -395,7 +395,8 @@ static void __init superio_serial_init(void)
serial_port.iotype = UPIO_PORT;
serial_port.type = PORT_16550A;
serial_port.uartclk = 115200*16;
- serial_port.fifosize = 16;
+ serial_port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE |
+ UPF_BOOT_AUTOCONF;
/* serial port #1 */
serial_port.iobase = sio_dev.sp1_base;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-01 20:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 20:11 [PATCH] parisc: Fix serial console for machines with serial port on superio chip Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).