|
@@ -29,6 +29,7 @@
|
|
|
#include <linux/mtd/partitions.h>
|
|
|
#include <linux/mtd/physmap.h>
|
|
|
#include <linux/platform_device.h>
|
|
|
+#include <asm/mips-boards/maltaint.h>
|
|
|
#include <mtd/mtd-abi.h>
|
|
|
|
|
|
#define SMC_PORT(base, int) \
|
|
@@ -48,7 +49,7 @@ static struct plat_serial8250_port uart8250_data[] = {
|
|
|
SMC_PORT(0x2F8, 3),
|
|
|
{
|
|
|
.mapbase = 0x1f000900, /* The CBUS UART */
|
|
|
- .irq = MIPS_CPU_IRQ_BASE + 2,
|
|
|
+ .irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_MB2,
|
|
|
.uartclk = 3686400, /* Twice the usual clk! */
|
|
|
.iotype = UPIO_MEM32,
|
|
|
.flags = CBUS_UART_FLAGS,
|