Skip to content

Commit

Permalink
[SERIAL] SUNHV: Add an ID string.
Browse files Browse the repository at this point in the history
The 'compatible' property can be SUNW,sun4v-console as
well as 'qcn'.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 14, 2007
1 parent 3940386 commit 7a05b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/serial/sunhv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7a05b59

Please sign in to comment.