i2c: dw: Add APM X-Gene ACPI I2C device support
authorLoc Ho <[email protected]>
Thu, 10 Dec 2015 21:19:17 +0000 (14:19 -0700)
committerRafael J. Wysocki <[email protected]>
Thu, 7 Jan 2016 13:11:55 +0000 (14:11 +0100)
Enable APM X-Gene ACPI I2C device support by adding the
corresponding ACPI ID. The platform ACPI APD corresponding
change is required to provide the proper clock frequency input.

Signed-off-by: Loc Ho <[email protected]>
Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/i2c/busses/i2c-designware-platdrv.c

index 809579ecb5a44fed6745af1274ed46864763651c..423371d148d585966e7a3a04329bda5282448c37 100644 (file)
@@ -117,6 +117,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
        { "80860F41", 0 },
        { "808622C1", 0 },
        { "AMD0010", 0 },
+       { "APMC0D0F", 0 },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);