]> Pileus Git - ~andy/linux/blobdiff - arch/x86/platform/ce4100/ce4100.c
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[~andy/linux] / arch / x86 / platform / ce4100 / ce4100.c
index 92525cb8e54c84c0ebe6b2caeacb47f4f8ab299b..f8ab4945892ee8f484006e568c1def8f1beff8bd 100644 (file)
@@ -105,8 +105,11 @@ static void ce4100_serial_fixup(int port, struct uart_port *up,
                up->membase =
                        (void __iomem *)__fix_to_virt(FIX_EARLYCON_MEM_BASE);
                up->membase += up->mapbase & ~PAGE_MASK;
+               up->mapbase += port * 0x100;
+               up->membase += port * 0x100;
                up->iotype   = UPIO_MEM32;
                up->regshift = 2;
+               up->irq = 4;
        }
 #endif
        up->iobase = 0;