From: Sascha Hauer Date: Mon, 28 Nov 2005 18:09:44 +0000 (+0000) Subject: [ARM] 3181/1: add PORT_ identifier for Hilscher netx uart X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f5417612d787e6b619fd69616bbf95f1b895e900;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [ARM] 3181/1: add PORT_ identifier for Hilscher netx uart Patch from Sascha Hauer This patch adds PORT_NETX for supporting the Hilscher netx embedded UARTs. Signed-off-by: Sascha Hauer Signed-off-by: Russell King --- diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index a3ac92b19ac..e3710d7e260 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -121,6 +121,9 @@ #define PORT_IP3106 70 +/* Hilscher netx */ +#define PORT_NETX 71 + #ifdef __KERNEL__ #include