diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-05-12 20:54:31 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-05-17 16:49:22 -0400 |
commit | 5a7e6bd809ca2f06bd669bd477ad3d6b48a3dd9f (patch) | |
tree | f5cf13e52976c3798d2334584d2af67f72a31689 | |
parent | 2a2d95e9d6d29e726cc294b65391917ed2e32bf4 (diff) |
i2c: designware: add Intel BayTrail ACPI ID
This is the same controller as on Intel Lynxpoint but the ACPI ID is
different (8086F41). Add support for this.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/i2c-designware-platdrv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c index 8ec91335d95a..35b70a1edf57 100644 --- a/drivers/i2c/busses/i2c-designware-platdrv.c +++ b/drivers/i2c/busses/i2c-designware-platdrv.c | |||
@@ -69,6 +69,7 @@ static int dw_i2c_acpi_configure(struct platform_device *pdev) | |||
69 | static const struct acpi_device_id dw_i2c_acpi_match[] = { | 69 | static const struct acpi_device_id dw_i2c_acpi_match[] = { |
70 | { "INT33C2", 0 }, | 70 | { "INT33C2", 0 }, |
71 | { "INT33C3", 0 }, | 71 | { "INT33C3", 0 }, |
72 | { "80860F41", 0 }, | ||
72 | { } | 73 | { } |
73 | }; | 74 | }; |
74 | MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match); | 75 | MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match); |