All of lore.kernel.org
 help / color / mirror / Atom feed
* [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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.