Commit b772da30 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle

[MIPS] Rename SERIAL_PORT_DEFNS for EV64120

Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 998ec290
...@@ -55,19 +55,18 @@ ...@@ -55,19 +55,18 @@
* Galileo EV64120 evaluation board * Galileo EV64120 evaluation board
*/ */
#ifdef CONFIG_MIPS_EV64120 #ifdef CONFIG_MIPS_EV64120
#include <asm/galileo-boards/ev96100.h> #include <mach-gt64120.h>
#include <asm/galileo-boards/ev96100int.h> #define EV64120_SERIAL_PORT_DEFNS \
#define EV96100_SERIAL_PORT_DEFNS \ { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \
{ .baud_base = EV96100_BASE_BAUD, .irq = EV96100INT_UART_0, \
.flags = STD_COM_FLAGS, \ .flags = STD_COM_FLAGS, \
.iomem_base = EV96100_UART0_REGS_BASE, .iomem_reg_shift = 2, \ .iomem_base = EV64120_UART0_REGS_BASE, .iomem_reg_shift = 2, \
.io_type = SERIAL_IO_MEM }, \ .io_type = SERIAL_IO_MEM }, \
{ .baud_base = EV96100_BASE_BAUD, .irq = EV96100INT_UART_0, \ { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \
.flags = STD_COM_FLAGS, \ .flags = STD_COM_FLAGS, \
.iomem_base = EV96100_UART1_REGS_BASE, .iomem_reg_shift = 2, \ .iomem_base = EV64120_UART1_REGS_BASE, .iomem_reg_shift = 2, \
.io_type = SERIAL_IO_MEM }, .io_type = SERIAL_IO_MEM },
#else #else
#define EV96100_SERIAL_PORT_DEFNS #define EV64120_SERIAL_PORT_DEFNS
#endif #endif
#ifdef CONFIG_MIPS_ITE8172 #ifdef CONFIG_MIPS_ITE8172
...@@ -239,7 +238,7 @@ ...@@ -239,7 +238,7 @@
#define SERIAL_PORT_DFNS \ #define SERIAL_PORT_DFNS \
DDB5477_SERIAL_PORT_DEFNS \ DDB5477_SERIAL_PORT_DEFNS \
EV96100_SERIAL_PORT_DEFNS \ EV64120_SERIAL_PORT_DEFNS \
IP32_SERIAL_PORT_DEFNS \ IP32_SERIAL_PORT_DEFNS \
ITE_SERIAL_PORT_DEFNS \ ITE_SERIAL_PORT_DEFNS \
IVR_SERIAL_PORT_DEFNS \ IVR_SERIAL_PORT_DEFNS \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment