diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-11-12 04:57:30 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-11-14 12:38:12 -0500 |
commit | 25b3dfc87bff80317d67ddd2cd4cfb91e6fe7d79 (patch) | |
tree | 51f74a322c497af99f67c8bd98c89c9648e418a2 /drivers/i2c/busses/i2c-designware-platdrv.c | |
parent | afc659241258b40b683998ec801d25d276529f43 (diff) |
i2c: designware: add new ACPI IDs
Newer Intel PCHs with LPSS have the same Designware I2C controllers than
Haswell but the ACPI IDs differ. Add these IDs to the driver list.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-designware-platdrv.c')
-rw-r--r-- | drivers/i2c/busses/i2c-designware-platdrv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c index 4c1b60539a25..c4ca1aae98d4 100644 --- a/drivers/i2c/busses/i2c-designware-platdrv.c +++ b/drivers/i2c/busses/i2c-designware-platdrv.c | |||
@@ -103,6 +103,8 @@ static int dw_i2c_acpi_configure(struct platform_device *pdev) | |||
103 | static const struct acpi_device_id dw_i2c_acpi_match[] = { | 103 | static const struct acpi_device_id dw_i2c_acpi_match[] = { |
104 | { "INT33C2", 0 }, | 104 | { "INT33C2", 0 }, |
105 | { "INT33C3", 0 }, | 105 | { "INT33C3", 0 }, |
106 | { "INT3432", 0 }, | ||
107 | { "INT3433", 0 }, | ||
106 | { "80860F41", 0 }, | 108 | { "80860F41", 0 }, |
107 | { } | 109 | { } |
108 | }; | 110 | }; |