diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-21 13:40:10 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:49 -0500 |
commit | b0c50ad71746c4ad148f366135e3c87e32729108 (patch) | |
tree | af71d83c22fa2bffbc9d3a7266fb987adb437627 /drivers | |
parent | 6f5cd2bd59c3bbaf073a7a52fcdefded939bd306 (diff) |
serial: sh-sci: Fix up port pinmux for SH7366.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index a628081e586e..557b54ab2f25 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -269,7 +269,7 @@ static inline void sci_init_pins(struct uart_port *port, unsigned int cflag) | |||
269 | if (!(cflag & CRTSCTS)) | 269 | if (!(cflag & CRTSCTS)) |
270 | __raw_writew(0x0080, SCSPTR0); /* Set RTS = 1 */ | 270 | __raw_writew(0x0080, SCSPTR0); /* Set RTS = 1 */ |
271 | } | 271 | } |
272 | #elif defined(CONFIG_CPU_SH4) | 272 | #elif defined(CONFIG_CPU_SH4) && !defined(CONFIG_CPU_SH4A) |
273 | static inline void sci_init_pins(struct uart_port *port, unsigned int cflag) | 273 | static inline void sci_init_pins(struct uart_port *port, unsigned int cflag) |
274 | { | 274 | { |
275 | if (!(cflag & CRTSCTS)) | 275 | if (!(cflag & CRTSCTS)) |