Skip to content

Commit

Permalink
serial: add a new port type, found on some sh-mobile SoCs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guennadi Liakhovetski authored and Paul Mundt committed May 23, 2010
1 parent 1f782fe commit 75b9348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@
#define PORT_ALTERA_JTAGUART 91
#define PORT_ALTERA_UART 92

/* SH-SCI */
#define PORT_SCIFB 93

#ifdef __KERNEL__

#include <linux/compiler.h>
Expand Down

0 comments on commit 75b9348

Please sign in to comment.