diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-13 21:27:37 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-13 21:27:37 -0700 |
commit | 7a05b591a3de20466a775f62369a42ea0fe1345d (patch) | |
tree | 2a7cc1cdf6a899f05c30246d54fa527830ddadf0 /drivers/serial/sunhv.c | |
parent | 39403865d2e4590802553370a56c9ab93131e4ee (diff) |
[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/sunhv.c')
-rw-r--r-- | drivers/serial/sunhv.c | 4 |
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); |