Skip to content

Commit

Permalink
[MIPS] Add UART IRQ number for EV64120
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 1, 2006
1 parent b00f377 commit 998ec29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-mips/mach-ev64120/mach-gt64120.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ extern unsigned long gt64120_base;
#define EV64120_UART0_REGS_BASE (KSEG1ADDR(EV64120_COM1_BASE_ADDR))
#define EV64120_UART1_REGS_BASE (KSEG1ADDR(EV64120_COM2_BASE_ADDR))
#define EV64120_BASE_BAUD ( 3686400 / 16 )
#define EV64120_UART_IRQ 6

/*
* PCI interrupts will come in on either the INTA or INTD interrups lines,
Expand Down

0 comments on commit 998ec29

Please sign in to comment.