mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
serial: core: Add the Raspberry Pi firmware UART id
Assign a new serial core number for the RPi firmware UART. Signed-off-by: Tim Gover <tim.gover@raspberrypi.com>
This commit is contained in:
@@ -231,6 +231,9 @@
|
|||||||
/* Sunplus UART */
|
/* Sunplus UART */
|
||||||
#define PORT_SUNPLUS 123
|
#define PORT_SUNPLUS 123
|
||||||
|
|
||||||
|
/* RPi firmware UART */
|
||||||
|
#define PORT_RPI_FW 124
|
||||||
|
|
||||||
/* Generic type identifier for ports which type is not important to userspace. */
|
/* Generic type identifier for ports which type is not important to userspace. */
|
||||||
#define PORT_GENERIC (-1)
|
#define PORT_GENERIC (-1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user