From: Edgar E. Iglesias Date: Thu, 14 Jan 2016 18:44:07 +0000 (+0100) Subject: xen/arm: Add r1p12 to the list of supported Cadence UARTs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=67f7afd26f7a61c31f6b3c3112828a3996434e17;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git xen/arm: Add r1p12 to the list of supported Cadence UARTs Add r1p12 to the list of supported Cadence UARTs. Xen only uses the subset of features available in r1p8, so we don't need to differentiate between r1p8 and r1p12 yet. Signed-off-by: Edgar E. Iglesias Acked-by: Ian Campbell --- diff --git a/xen/drivers/char/cadence-uart.c b/xen/drivers/char/cadence-uart.c index 933672ff28..7f90f8d8cb 100644 --- a/xen/drivers/char/cadence-uart.c +++ b/xen/drivers/char/cadence-uart.c @@ -206,6 +206,7 @@ static int __init cuart_init(struct dt_device_node *dev, const void *data) static const struct dt_device_match cuart_dt_match[] __initconst = { DT_MATCH_COMPATIBLE("cdns,uart-r1p8"), + DT_MATCH_COMPATIBLE("cdns,uart-r1p12"), { /* sentinel */ }, };