From: Mika Westerberg Date: Tue, 12 Nov 2013 09:57:30 +0000 (+0200) Subject: i2c: designware: add new ACPI IDs X-Git-Tag: v3.13-rc1~43^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25b3dfc87bff80317d67ddd2cd4cfb91e6fe7d79;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c index 4c1b605..c4ca1aa 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 }, { } };