Skip to content

Commit

Permalink
APBUART: added raw AMBA vendor/device number to match against.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Daniel Hellstrom authored and David S. Miller committed Jan 4, 2011
1 parent 9663eb2 commit d89ddf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/serial/apbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,9 @@ static struct of_device_id __initdata apbuart_match[] = {
{
.name = "GAISLER_APBUART",
},
{
.name = "01_00c",
},
{},
};

Expand Down

0 comments on commit d89ddf0

Please sign in to comment.