mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
[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>
This commit is contained in:
parent
458af5439f
commit
f5417612d7
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue