projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3940386
)
[SERIAL] SUNHV: Add an ID string.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 14 May 2007 04:27:37 +0000
(21:27 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 14 May 2007 04:27:37 +0000
(21:27 -0700)
The 'compatible' property can be SUNW,sun4v-console as
well as 'qcn'.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunhv.c
patch
|
blob
|
history
diff --git
a/drivers/serial/sunhv.c
b/drivers/serial/sunhv.c
index 40d48566215c07a9c3523a864e0be027872e962f..c3a6bd2e7950b36c51f59ff62714780df2666f9e 100644
(file)
--- 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);