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 cc01c65..7160345 100644 (file)
@@ -580,6 +580,9 @@ static struct of_device_id __initdata apbuart_match[] = {
        {
         .name = "GAISLER_APBUART",
         },
+       {
+        .name = "01_00c",
+        },
        {},
 };