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

Commit 75b93489 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt
Browse files

serial: add a new port type, found on some sh-mobile SoCs



Such ports are found, e.g., on SH7372.

Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 1f782fee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>