]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
serial: add a new port type, found on some sh-mobile SoCs
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Sun, 23 May 2010 16:39:02 +0000 (16:39 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 23 May 2010 23:53:29 +0000 (08:53 +0900)
Such ports are found, e.g., on SH7372.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/serial_core.h

index f10db6e5f3b59f82cacb7303cd7e856d101acdcf..522832023a698369c87916a5844e39046245eb22 100644 (file)
 #define PORT_ALTERA_JTAGUART   91
 #define PORT_ALTERA_UART       92
 
+/* SH-SCI */
+#define PORT_SCIFB     93
+
 #ifdef __KERNEL__
 
 #include <linux/compiler.h>