Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kuninori Morimoto and committed by
Paul Mundt
5ca8c485 545727f3

+1
+1
drivers/serial/sh-sci.h
··· 88 88 # define SCSPTR0 SCPDR0 89 89 # define SCIF_ORER 0x0001 /* overrun error bit */ 90 90 # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ 91 + # define SCIF_ONLY 91 92 #elif defined(CONFIG_CPU_SUBTYPE_SH7723) 92 93 # define SCSPTR0 0xa4050160 93 94 # define SCSPTR1 0xa405013e