From 7a05b591a3de20466a775f62369a42ea0fe1345d Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 13 May 2007 21:27:37 -0700 Subject: [SERIAL] SUNHV: Add an ID string. The 'compatible' property can be SUNW,sun4v-console as well as 'qcn'. Signed-off-by: David S. Miller --- drivers/serial/sunhv.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/serial/sunhv.c') diff --git a/drivers/serial/sunhv.c b/drivers/serial/sunhv.c index 40d48566215c..c3a6bd2e7950 100644 --- a/drivers/serial/sunhv.c +++ b/drivers/serial/sunhv.c @@ -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); -- cgit