summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2011-01-04 01:41:34 +0000
committerDavid S. Miller <davem@davemloft.net>2011-01-04 11:16:38 -0800
commitd89ddf0da8f0a140d4dc2e2dbc594fb278e33db5 (patch)
tree6a21788cd8c4aaa692747d698b4f5fe833f2377c /drivers/serial
parent9663eb21fcfeb1ed9afd73d14bbc4198796cfc7b (diff)
APBUART: added raw AMBA vendor/device number to match against.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/apbuart.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/apbuart.c b/drivers/serial/apbuart.c
index cc01c650a144..7160345a184e 100644
--- a/drivers/serial/apbuart.c
+++ b/drivers/serial/apbuart.c
@@ -580,6 +580,9 @@ static struct of_device_id __initdata apbuart_match[] = {
{
.name = "GAISLER_APBUART",
},
+ {
+ .name = "01_00c",
+ },
{},
};