i2c: designware: add new ACPI IDs
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 12 Nov 2013 09:57:30 +0000 (11:57 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 14 Nov 2013 17:38:12 +0000 (18:38 +0100)
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>
drivers/i2c/busses/i2c-designware-platdrv.c

index 4c1b605..c4ca1aa 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 },
        { }
 };