diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2008-10-28 02:33:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 04:46:24 -0400 |
commit | 5ca8c4852fcbbc8a8497c4ee8b2a0a7466f3524c (patch) | |
tree | eba3636368f0853138157f4a0cbbc968cd96b5e0 /drivers/serial/sh-sci.h | |
parent | 545727f32049f6e7269f73a49904e3229192988e (diff) |
SH 7366 needs SCIF_ONLY
SH 7366 has compile bug.
because there is no SCIF_ONLY for SH 7366.
this patch add it.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/serial/sh-sci.h')
-rw-r--r-- | drivers/serial/sh-sci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index 7cd28b226800..44e952bca1ef 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h | |||
@@ -88,6 +88,7 @@ | |||
88 | # define SCSPTR0 SCPDR0 | 88 | # define SCSPTR0 SCPDR0 |
89 | # define SCIF_ORER 0x0001 /* overrun error bit */ | 89 | # define SCIF_ORER 0x0001 /* overrun error bit */ |
90 | # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ | 90 | # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ |
91 | # define SCIF_ONLY | ||
91 | #elif defined(CONFIG_CPU_SUBTYPE_SH7723) | 92 | #elif defined(CONFIG_CPU_SUBTYPE_SH7723) |
92 | # define SCSPTR0 0xa4050160 | 93 | # define SCSPTR0 0xa4050160 |
93 | # define SCSPTR1 0xa405013e | 94 | # define SCSPTR1 0xa405013e |