]> git.hungrycats.org Git - linux/commitdiff
i2c: designware: add new ACPI IDs
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 12 Nov 2013 09:57:30 +0000 (11:57 +0200)
committerJiri Slaby <jslaby@suse.cz>
Tue, 4 Aug 2015 14:51:55 +0000 (16:51 +0200)
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>
drivers/i2c/busses/i2c-designware-platdrv.c

index 0aa01136f8d955148d984ac00e06ffb9e8ce1196..d0bdac0498cebafe3def932006c1380cfc318c1f 100644 (file)
@@ -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 },
        { }
 };