From: Mika Westerberg Date: Tue, 12 Nov 2013 10:11:09 +0000 (+0200) Subject: serial: 8250_dw: add new ACPI IDs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50a22ba07453e242668cfc4f312602cc8165cde5;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git serial: 8250_dw: add new ACPI IDs Newer Intel PCHs with LPSS have the same Designware controllers than Haswell but ACPI IDs are different. Add these IDs to the driver list. Signed-off-by: Mika Westerberg 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 4658e3e0ec42..8cf39ad01667 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -455,6 +455,8 @@ MODULE_DEVICE_TABLE(of, dw8250_of_match); static const struct acpi_device_id dw8250_acpi_match[] = { { "INT33C4", 0 }, { "INT33C5", 0 }, + { "INT3434", 0 }, + { "INT3435", 0 }, { "80860F0A", 0 }, { }, };