mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
serial: uartlite: Support for SERIAL_MULTI
Add support for SERIAL MULTI for uartlite. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:

committed by
Wolfgang Denk

parent
4b0a03d375
commit
49a23e4a41
@ -50,6 +50,13 @@ extern struct serial_device serial4_device;
|
||||
extern struct serial_device serial6_device;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_XILINX_UARTLITE)
|
||||
extern struct serial_device uartlite_serial0_device;
|
||||
extern struct serial_device uartlite_serial1_device;
|
||||
extern struct serial_device uartlite_serial2_device;
|
||||
extern struct serial_device uartlite_serial3_device;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_S3C2410)
|
||||
extern struct serial_device s3c24xx_serial0_device;
|
||||
extern struct serial_device s3c24xx_serial1_device;
|
||||
|
Reference in New Issue
Block a user