From: David S. Miller Date: Mon, 14 May 2007 04:27:37 +0000 (-0700) Subject: [SERIAL] SUNHV: Add an ID string. X-Git-Tag: v2.6.22-rc2~111^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7a05b591a3de20466a775f62369a42ea0fe1345d;p=karo-tx-linux.git [SERIAL] SUNHV: Add an ID string. The 'compatible' property can be SUNW,sun4v-console as well as 'qcn'. Signed-off-by: David S. Miller --- 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);