aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-13 21:27:37 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-13 21:27:37 -0700
commit7a05b591a3de20466a775f62369a42ea0fe1345d (patch)
tree2a7cc1cdf6a899f05c30246d54fa527830ddadf0 /drivers/serial
parentLinux 2.6.22-rc1 (diff)
downloadlinux-dev-7a05b591a3de20466a775f62369a42ea0fe1345d.tar.xz
linux-dev-7a05b591a3de20466a775f62369a42ea0fe1345d.zip
[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>
Diffstat (limited to 'drivers/serial')
-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);