]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
APBUART: added raw AMBA vendor/device number to match against.
authorDaniel Hellstrom <daniel@gaisler.com>
Tue, 4 Jan 2011 01:41:34 +0000 (01:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jan 2011 19:16:38 +0000 (11:16 -0800)
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/apbuart.c

index cc01c650a1447291a13c59af301e076418533067..7160345a184e7eb8e9f56a9d38a7502a8ae506a5 100644 (file)
@@ -580,6 +580,9 @@ static struct of_device_id __initdata apbuart_match[] = {
        {
         .name = "GAISLER_APBUART",
         },
+       {
+        .name = "01_00c",
+        },
        {},
 };