Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0c50ad7 authored by Paul Mundt's avatar Paul Mundt
Browse files

serial: sh-sci: Fix up port pinmux for SH7366.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6f5cd2bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ static inline void sci_init_pins(struct uart_port *port, unsigned int cflag)
	if (!(cflag & CRTSCTS))
		__raw_writew(0x0080, SCSPTR0); /* Set RTS = 1 */
}
#elif defined(CONFIG_CPU_SH4)
#elif defined(CONFIG_CPU_SH4) && !defined(CONFIG_CPU_SH4A)
static inline void sci_init_pins(struct uart_port *port, unsigned int cflag)
{
	if (!(cflag & CRTSCTS))