mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 04:39:06 +08:00
[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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user