aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/ce4100/ce4100.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/platform/ce4100/ce4100.c')
-rw-r--r--arch/x86/platform/ce4100/ce4100.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c
index 4c61b52191eb..0dcc30e9df8c 100644
--- a/arch/x86/platform/ce4100/ce4100.c
+++ b/arch/x86/platform/ce4100/ce4100.c
@@ -92,8 +92,11 @@ static void ce4100_serial_fixup(int port, struct uart_port *up,
92 up->membase = 92 up->membase =
93 (void __iomem *)__fix_to_virt(FIX_EARLYCON_MEM_BASE); 93 (void __iomem *)__fix_to_virt(FIX_EARLYCON_MEM_BASE);
94 up->membase += up->mapbase & ~PAGE_MASK; 94 up->membase += up->mapbase & ~PAGE_MASK;
95 up->mapbase += port * 0x100;
96 up->membase += port * 0x100;
95 up->iotype = UPIO_MEM32; 97 up->iotype = UPIO_MEM32;
96 up->regshift = 2; 98 up->regshift = 2;
99 up->irq = 4;
97 } 100 }
98#endif 101#endif
99 up->iobase = 0; 102 up->iobase = 0;