From: Ken Xue Date: Mon, 9 Mar 2015 09:10:13 +0000 (+0800) Subject: serial: 8250_dw: add support for AMD SOC Carrizo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ef86b74209db33c133b5f18738dd8f3189b63a1;p=linux-beck.git serial: 8250_dw: add support for AMD SOC Carrizo Add ACPI identifier for UART on AMD SOC Carrizo. Signed-off-by: Ken Xue Cc: stable Signed-off-by: Greg Kroah-Hartman --- 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);