aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/5272/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/platform/5272/config.c')
-rw-r--r--arch/m68k/platform/5272/config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/m68k/platform/5272/config.c b/arch/m68k/platform/5272/config.c
index 426e66c4473..1c99cbae1f9 100644
--- a/arch/m68k/platform/5272/config.c
+++ b/arch/m68k/platform/5272/config.c
@@ -32,12 +32,12 @@ unsigned char ledbank = 0xff;
32 32
33static struct mcf_platform_uart m5272_uart_platform[] = { 33static struct mcf_platform_uart m5272_uart_platform[] = {
34 { 34 {
35 .mapbase = MCF_MBAR + MCFUART_BASE1, 35 .mapbase = MCFUART_BASE0,
36 .irq = MCF_IRQ_UART1, 36 .irq = MCF_IRQ_UART0,
37 }, 37 },
38 { 38 {
39 .mapbase = MCF_MBAR + MCFUART_BASE2, 39 .mapbase = MCFUART_BASE1,
40 .irq = MCF_IRQ_UART2, 40 .irq = MCF_IRQ_UART1,
41 }, 41 },
42 { }, 42 { },
43}; 43};