summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorKen Xue <Ken.Xue@amd.com>2015-03-09 17:10:13 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 22:49:11 +0100
commit5ef86b74209db33c133b5f18738dd8f3189b63a1 (patch)
treeb2b8d202b2259777fd963ac0a1dad3b5914fc4e8 /drivers/tty
parented0bb2323c9321b91dfa0ea8317fdc4d9592dce4 (diff)
downloadlinux-stable-5ef86b74209db33c133b5f18738dd8f3189b63a1.tar.gz
linux-stable-5ef86b74209db33c133b5f18738dd8f3189b63a1.tar.bz2
linux-stable-5ef86b74209db33c133b5f18738dd8f3189b63a1.zip
serial: 8250_dw: add support for AMD SOC Carrizo
Add ACPI identifier for UART on AMD SOC Carrizo. Signed-off-by: Ken Xue <Ken.Xue@amd.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_dw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
index 5a5ecf34b631..d641886b254a 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -634,6 +634,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
{ "80860F0A", 0 },
{ "8086228A", 0 },
{ "APMC0D08", 0},
+ { "AMD0020", 0 },
{ },
};
MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);