|
@@ -47,6 +47,7 @@
|
|
static struct plat_serial8250_port uart8250_data[] = {
|
|
static struct plat_serial8250_port uart8250_data[] = {
|
|
SMC_PORT(0x3F8, 4),
|
|
SMC_PORT(0x3F8, 4),
|
|
SMC_PORT(0x2F8, 3),
|
|
SMC_PORT(0x2F8, 3),
|
|
|
|
+#ifndef CONFIG_MIPS_CMP
|
|
{
|
|
{
|
|
.mapbase = 0x1f000900, /* The CBUS UART */
|
|
.mapbase = 0x1f000900, /* The CBUS UART */
|
|
.irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_MB2,
|
|
.irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_MB2,
|
|
@@ -55,6 +56,7 @@ static struct plat_serial8250_port uart8250_data[] = {
|
|
.flags = CBUS_UART_FLAGS,
|
|
.flags = CBUS_UART_FLAGS,
|
|
.regshift = 3,
|
|
.regshift = 3,
|
|
},
|
|
},
|
|
|
|
+#endif
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
|
|
|