Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a05b591 authored by David S. Miller's avatar David S. Miller
Browse files

[SERIAL] SUNHV: Add an ID string.



The 'compatible' property can be SUNW,sun4v-console as
well as 'qcn'.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 39403865
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);