diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-11-12 12:11:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-08 17:16:05 -0800 |
commit | 50a22ba07453e242668cfc4f312602cc8165cde5 (patch) | |
tree | 6d44331178769211ec6b35606acf73ae15dd3c9c /drivers/tty | |
parent | e41c0981213f39ecd421d8c1f7334cf04c2122e3 (diff) | |
download | blackbird-op-linux-50a22ba07453e242668cfc4f312602cc8165cde5.tar.gz blackbird-op-linux-50a22ba07453e242668cfc4f312602cc8165cde5.zip |
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 <mika.westerberg@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/8250/8250_dw.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 }, { }, }; |