| Submitter | Daniel Hellstrom |
|---|---|
| Date | Jan. 4, 2011, 11:41 a.m. |
| Message ID | <1294141295-26584-6-git-send-email-daniel@gaisler.com> |
| Download | mbox | patch |
| Permalink | /patch/77454/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Daniel Hellstrom <daniel@gaisler.com> Date: Tue, 4 Jan 2011 12:41:34 +0100 > Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/serial/apbuart.c b/drivers/serial/apbuart.c index cc01c65..7160345 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", + }, {}, };
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> --- drivers/serial/apbuart.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)