[PATCH] SERIAL SUNHV: Add an ID string.
authorDavid Miller <davem@davemloft.net>
Tue, 15 May 2007 08:40:09 +0000 (01:40 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:52 +0000 (14:32 -0700)
The 'compatible' property can be SUNW,sun4v-console as
well as 'qcn'.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/serial/sunhv.c

index 40d48566215c07a9c3523a864e0be027872e962f..c3a6bd2e7950b36c51f59ff62714780df2666f9e 100644 (file)
@@ -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);