Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7a05b591a3de20466a775f62369a42ea0fe1345d
Commit:     7a05b591a3de20466a775f62369a42ea0fe1345d
Parent:     39403865d2e4590802553370a56c9ab93131e4ee
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Sun May 13 21:27:37 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sun May 13 21:27:37 2007 -0700

    [SERIAL] SUNHV: Add an ID string.
    
    The 'compatible' property can be SUNW,sun4v-console as
    well as 'qcn'.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/serial/sunhv.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/sunhv.c b/drivers/serial/sunhv.c
index 40d4856..c3a6bd2 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to