]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xen/arm: Add r1p12 to the list of supported Cadence UARTs
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Thu, 14 Jan 2016 18:44:07 +0000 (19:44 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 15 Jan 2016 15:36:22 +0000 (15:36 +0000)
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 <edgar.iglesias@xilinx.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/char/cadence-uart.c

index 933672ff283beebdb5f577ab15d85b1cd2a1c4f1..7f90f8d8cbcfab4eb3faef763a3c7bec8a5006a9 100644 (file)
@@ -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 */ },
 };