diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-11-12 11:57:30 +0200 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-08-04 16:51:55 +0200 |
commit | 02ef28c67b1f8f6fd654e9f0628ac626ec2dab49 (patch) | |
tree | b9409fddc716a183a4551195e5bfafd0f0a435b4 /drivers/i2c | |
parent | aeb078dfe2f89582be0e1aa9ff640057dc940825 (diff) | |
download | lwn-02ef28c67b1f8f6fd654e9f0628ac626ec2dab49.tar.gz lwn-02ef28c67b1f8f6fd654e9f0628ac626ec2dab49.zip |
i2c: designware: add new ACPI IDs
commit 25b3dfc87bff80317d67ddd2cd4cfb91e6fe7d79 upstream.
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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'drivers/i2c')
-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 0aa01136f8d9..d0bdac0498ce 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) static const struct acpi_device_id dw_i2c_acpi_match[] = { { "INT33C2", 0 }, { "INT33C3", 0 }, + { "INT3432", 0 }, + { "INT3433", 0 }, { "80860F41", 0 }, { } }; |