Skip to content

Commit 834f328

Browse files
timg236popcornmix
authored andcommitted
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>
1 parent 54f3906 commit 834f328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/uapi/linux/serial_core.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@
231231
/* Sunplus UART */
232232
#define PORT_SUNPLUS 123
233233

234+
/* RPi firmware UART */
235+
#define PORT_RPI_FW 124
236+
234237
/* Generic type identifier for ports which type is not important to userspace. */
235238
#define PORT_GENERIC (-1)
236239

0 commit comments

Comments
 (0)