xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs
@ 2016-01-14 18:44 Edgar E. Iglesias
  2016-01-15 11:20 ` Jan Beulich
  2016-01-15 12:30 ` Ian Campbell
  0 siblings, 2 replies; 9+ messages in thread
From: Edgar E. Iglesias @ 2016-01-14 18:44 UTC (permalink / raw)
  To: xen-devel
  Cc: edgar.iglesias, keir, ian.campbell, tim, ian.jackson,
	julien.grall, jbeulich

From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
---
 xen/drivers/char/cadence-uart.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/drivers/char/cadence-uart.c b/xen/drivers/char/cadence-uart.c
index 933672f..7f90f8d 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 */ },
 };
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-15 15:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 18:44 [PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs Edgar E. Iglesias
2016-01-15 11:20 ` Jan Beulich
2016-01-15 12:15   ` Edgar E. Iglesias
2016-01-15 12:30 ` Ian Campbell
2016-01-15 13:30   ` Edgar E. Iglesias
2016-01-15 13:46     ` Ian Campbell
2016-01-15 14:36       ` Edgar E. Iglesias
2016-01-15 14:42         ` Ian Campbell
2016-01-15 15:56           ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).