소스 검색

[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 <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Sascha Hauer 19 년 전
부모
커밋
f5417612d7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      include/linux/serial_core.h

+ 3 - 0
include/linux/serial_core.h

@@ -121,6 +121,9 @@
 
 
 #define PORT_IP3106	70
 #define PORT_IP3106	70
 
 
+/* Hilscher netx */
+#define PORT_NETX	71
+
 #ifdef __KERNEL__
 #ifdef __KERNEL__
 
 
 #include <linux/config.h>
 #include <linux/config.h>