From 7f8b77bc146f511a5bb14321d84d4971ec65cfd8 Mon Sep 17 00:00:00 2001 From: Manuel Lauss Date: Wed, 28 Oct 2009 21:49:46 +0100 Subject: [PATCH] --- yaml --- r: 182032 b: refs/heads/master c: 63ea336b7942214edce1ae79725f28593dc84eaa h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/alchemy/common/platform.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 399d16b4f3ab..89fc0b520e78 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c55736af449ad2b2cd1a9471dc6e5413d89a1ece +refs/heads/master: 63ea336b7942214edce1ae79725f28593dc84eaa diff --git a/trunk/arch/mips/alchemy/common/platform.c b/trunk/arch/mips/alchemy/common/platform.c index 195e5b3e8b41..3be14b09157c 100644 --- a/trunk/arch/mips/alchemy/common/platform.c +++ b/trunk/arch/mips/alchemy/common/platform.c @@ -26,7 +26,9 @@ .irq = _irq, \ .regshift = 2, \ .iotype = UPIO_AU, \ - .flags = UPF_SKIP_TEST | UPF_IOREMAP \ + .flags = UPF_SKIP_TEST | UPF_IOREMAP | \ + UPF_FIXED_TYPE, \ + .type = PORT_16550A, \ } static struct plat_serial8250_port au1x00_uart_data[] = {