[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] ns16550: support ns16550a
From: Tsahee Zidenberg <tsahee@xxxxxxx> Ns16550a devices are Ns16550 devices with additional capabilities. Decare XEN is compatible with this device, to be able to use unmodified devicetrees. Signed-off-by: Tsahee Zidenberg <tsahee@xxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- xen/drivers/char/ns16550.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/drivers/char/ns16550.c b/xen/drivers/char/ns16550.c index 9c2cded..a947c68 100644 --- a/xen/drivers/char/ns16550.c +++ b/xen/drivers/char/ns16550.c @@ -817,6 +817,7 @@ static int __init ns16550_uart_dt_init(struct dt_device_node *dev, static const char const *ns16550_dt_compat[] __initconst = { "ns16550", + "ns16550a", "snps,dw-apb-uart", NULL }; -- 1.8.1.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |