mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 11:57:46 +00: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:
parent
39403865d2
commit
7a05b591a3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user