]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
serial: 8250_dw: add new ACPI IDs
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 10 Dec 2013 10:56:59 +0000 (12:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 17:41:45 +0000 (09:41 -0800)
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 <mika.westerberg@linux.intel.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c

index 5f096c74da7e19fad7c625b60a796cca8292b7bd..06525f10e3641bc2140b140a50d8b994acd662d3 100644 (file)
@@ -457,6 +457,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 },
        { },
 };