| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 9/16] add serial port definition for lemote fulong |
| From: | tiansm@lemote.com |
| Date: | Sun, 15 Apr 2007 23:25:58 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <117665076617-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11766507651736-git-send-email-tiansm@lemote.com> <11766507661317-git-send-email-tiansm@lemote.com> <11766507661726-git-send-email-tiansm@lemote.com> <11766507662638-git-send-email-tiansm@lemote.com> <11766507661133-git-send-email-tiansm@lemote.com> <11766507661526-git-send-email-tiansm@lemote.com> <11766507662650-git-send-email-tiansm@lemote.com> <11766507661684-git-send-email-tiansm@lemote.com> <117665076617-git-send-email-tiansm@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Fuxin Zhang <zhangfx@lemote.com>
Signed-off-by: Fuxin Zhang <zhangfx@lemote.com>
---
include/asm-mips/serial.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h
index d7a6513..0f78438 100644
--- a/include/asm-mips/serial.h
+++ b/include/asm-mips/serial.h
@@ -204,6 +204,12 @@
#define IP32_SERIAL_PORT_DEFNS
#endif /* CONFIG_SGI_IP32 */
+#if defined(CONFIG_LEMOTE_FULONG)
+#define LEMOTE_FULONG_SERIAL_PORT_DEFNS \
+ /* UART CLK PORT IRQ FLAGS */ \
+ { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */
+#endif
+
#define SERIAL_PORT_DFNS \
DDB5477_SERIAL_PORT_DEFNS \
EV64120_SERIAL_PORT_DEFNS \
@@ -213,6 +219,7 @@
MOMENCO_OCELOT_G_SERIAL_PORT_DEFNS \
MOMENCO_OCELOT_C_SERIAL_PORT_DEFNS \
MOMENCO_OCELOT_SERIAL_PORT_DEFNS \
- MOMENCO_OCELOT_3_SERIAL_PORT_DEFNS
+ MOMENCO_OCELOT_3_SERIAL_PORT_DEFNS \
+ LEMOTE_FULONG_SERIAL_PORT_DEFNS
#endif /* _ASM_SERIAL_H */
--
1.4.4.1
|
| Previous by Date: | [PATCH 6/16] define Hit_Invalidate_I to Index_Invalidate_I for loongson2, tiansm |
|---|---|
| Next by Date: | Re: [PATCH 2/16] arch related Makefile update for lemote fulong mini-PC, Thiemo Seufer |
| Previous by Thread: | [PATCH 8/16] define MODULE_PROC_FAMILY for Loongson2, tiansm |
| Next by Thread: | [PATCH 10/16] make cpu_probe recognize Loongson2, tiansm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |