Skip to content

Commit

Permalink
[ARM] 3181/1: add PORT_ identifier for Hilscher netx uart
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sascha Hauer authored and Russell King committed Nov 28, 2005
1 parent 458af54 commit f541761
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 @@ -121,6 +121,9 @@

#define PORT_IP3106 70

/* Hilscher netx */
#define PORT_NETX 71

#ifdef __KERNEL__

#include <linux/config.h>
Expand Down

0 comments on commit f541761

Please sign in to comment.