mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 01:21:58 +00:00
[SERIAL] Fix port numbering
The PORT_* macros must be uniquely numbered. This fixes the definitions. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
6a8f8d72bd
commit
913ade51ec
1 changed files with 4 additions and 3 deletions
|
@ -39,8 +39,7 @@
|
||||||
#define PORT_RSA 13
|
#define PORT_RSA 13
|
||||||
#define PORT_NS16550A 14
|
#define PORT_NS16550A 14
|
||||||
#define PORT_XSCALE 15
|
#define PORT_XSCALE 15
|
||||||
#define PORT_IP3106 16
|
#define PORT_MAX_8250 15 /* max port ID */
|
||||||
#define PORT_MAX_8250 16 /* max port ID */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ARM specific type numbers. These are not currently guaranteed
|
* ARM specific type numbers. These are not currently guaranteed
|
||||||
|
@ -118,7 +117,9 @@
|
||||||
#define PORT_M32R_SIO 68
|
#define PORT_M32R_SIO 68
|
||||||
|
|
||||||
/*Digi jsm */
|
/*Digi jsm */
|
||||||
#define PORT_JSM 65
|
#define PORT_JSM 69
|
||||||
|
|
||||||
|
#define PORT_IP3106 70
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue