diff options
Diffstat (limited to 'drivers/tty/serial/xilinx_uartps.c')
| -rw-r--r-- | drivers/tty/serial/xilinx_uartps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index f37edaa5ac75..dd4c02fa4820 100644 --- a/drivers/tty/serial/xilinx_uartps.c +++ b/drivers/tty/serial/xilinx_uartps.c | |||
| @@ -1200,6 +1200,7 @@ static int __init cdns_early_console_setup(struct earlycon_device *device, | |||
| 1200 | OF_EARLYCON_DECLARE(cdns, "xlnx,xuartps", cdns_early_console_setup); | 1200 | OF_EARLYCON_DECLARE(cdns, "xlnx,xuartps", cdns_early_console_setup); |
| 1201 | OF_EARLYCON_DECLARE(cdns, "cdns,uart-r1p8", cdns_early_console_setup); | 1201 | OF_EARLYCON_DECLARE(cdns, "cdns,uart-r1p8", cdns_early_console_setup); |
| 1202 | OF_EARLYCON_DECLARE(cdns, "cdns,uart-r1p12", cdns_early_console_setup); | 1202 | OF_EARLYCON_DECLARE(cdns, "cdns,uart-r1p12", cdns_early_console_setup); |
| 1203 | OF_EARLYCON_DECLARE(cdns, "xlnx,zynqmp-uart", cdns_early_console_setup); | ||
| 1203 | 1204 | ||
| 1204 | /** | 1205 | /** |
| 1205 | * cdns_uart_console_write - perform write operation | 1206 | * cdns_uart_console_write - perform write operation |
| @@ -1438,6 +1439,7 @@ static const struct of_device_id cdns_uart_of_match[] = { | |||
| 1438 | { .compatible = "xlnx,xuartps", }, | 1439 | { .compatible = "xlnx,xuartps", }, |
| 1439 | { .compatible = "cdns,uart-r1p8", }, | 1440 | { .compatible = "cdns,uart-r1p8", }, |
| 1440 | { .compatible = "cdns,uart-r1p12", .data = &zynqmp_uart_def }, | 1441 | { .compatible = "cdns,uart-r1p12", .data = &zynqmp_uart_def }, |
| 1442 | { .compatible = "xlnx,zynqmp-uart", .data = &zynqmp_uart_def }, | ||
| 1441 | {} | 1443 | {} |
| 1442 | }; | 1444 | }; |
| 1443 | MODULE_DEVICE_TABLE(of, cdns_uart_of_match); | 1445 | MODULE_DEVICE_TABLE(of, cdns_uart_of_match); |
