summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2007-05-15 01:40:09 -0700
committerChris Wright <chrisw@sous-sol.org>2007-05-23 14:32:52 -0700
commit18d588ffa31437efc49d0b0412905a9a304aa2d1 (patch)
treeb250974fa670f7d4c5ae15bc25e6127e3c13922f
parentb4bcec01273f41732e01b89e101ac0afe8759485 (diff)
[PATCH] SERIAL SUNHV: Add an ID string.
The 'compatible' property can be SUNW,sun4v-console as well as 'qcn'. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
-rw-r--r--drivers/serial/sunhv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/serial/sunhv.c b/drivers/serial/sunhv.c
index 40d48566215c..c3a6bd2e7950 100644
--- a/drivers/serial/sunhv.c
+++ b/drivers/serial/sunhv.c
@@ -493,6 +493,10 @@ static struct of_device_id hv_match[] = {
.name = "console",
.compatible = "qcn",
},
+ {
+ .name = "console",
+ .compatible = "SUNW,sun4v-console",
+ },
{},
};
MODULE_DEVICE_TABLE(of, hv_match);