From 18d588ffa31437efc49d0b0412905a9a304aa2d1 Mon Sep 17 00:00:00 2001 From: David Miller Date: Tue, 15 May 2007 01:40:09 -0700 Subject: [PATCH] [PATCH] SERIAL SUNHV: Add an ID string. The 'compatible' property can be SUNW,sun4v-console as well as 'qcn'. Signed-off-by: David S. Miller Signed-off-by: Chris Wright --- drivers/serial/sunhv.c | 4 ++++ 1 file changed, 4 insertions(+) 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);