Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: xuartps: Add new compatible string for ZynqMP

This patch Adds the new compatible string for ZynqMP SoC.

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Nava kishore Manne and committed by
Greg Kroah-Hartman
0267a4ff bc2a024f

+2
+2
drivers/tty/serial/xilinx_uartps.c
··· 1200 1200 OF_EARLYCON_DECLARE(cdns, "xlnx,xuartps", cdns_early_console_setup); 1201 1201 OF_EARLYCON_DECLARE(cdns, "cdns,uart-r1p8", cdns_early_console_setup); 1202 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 1206 * cdns_uart_console_write - perform write operation ··· 1439 1438 { .compatible = "xlnx,xuartps", }, 1440 1439 { .compatible = "cdns,uart-r1p8", }, 1441 1440 { .compatible = "cdns,uart-r1p12", .data = &zynqmp_uart_def }, 1441 + { .compatible = "xlnx,zynqmp-uart", .data = &zynqmp_uart_def }, 1442 1442 {} 1443 1443 }; 1444 1444 MODULE_DEVICE_TABLE(of, cdns_uart_of_match);