Archived
14
0
Fork 0

[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:
David S. Miller 2007-05-13 21:27:37 -07:00
parent 39403865d2
commit 7a05b591a3

View file

@ -493,6 +493,10 @@ static struct of_device_id hv_match[] = {
.name = "console", .name = "console",
.compatible = "qcn", .compatible = "qcn",
}, },
{
.name = "console",
.compatible = "SUNW,sun4v-console",
},
{}, {},
}; };
MODULE_DEVICE_TABLE(of, hv_match); MODULE_DEVICE_TABLE(of, hv_match);