* [PATCH RESEND] serial: 8250_dw: add new ACPI IDs
@ 2013-12-10 10:56 Mika Westerberg
0 siblings, 0 replies; only message in thread
From: Mika Westerberg @ 2013-12-10 10:56 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Jiri Slaby, Heikki Krogerus, Mika Westerberg, linux-kernel
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>
---
drivers/tty/serial/8250/8250_dw.c | 2 ++
1 file changed, 2 insertions(+)
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 },
{ },
};
--
1.8.5.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-10 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-10 10:56 [PATCH RESEND] serial: 8250_dw: add new ACPI IDs Mika Westerberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®