Commit e479bdcf authored by Ken Xue's avatar Ken Xue Committed by Sasha Levin

serial: 8250_dw: add support for AMD SOC Carrizo

[ Upstream commit 5ef86b74 ]

Add ACPI identifier for UART on AMD SOC Carrizo.
Signed-off-by: default avatarKen Xue <Ken.Xue@amd.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 7e01b1ba
......@@ -553,6 +553,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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment