浏览代码

i2c: dw: Add APM X-Gene ACPI I2C device support

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 <lho@apm.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Loc Ho 9 年之前
父节点
当前提交
04a407f6b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/i2c/busses/i2c-designware-platdrv.c

+ 1 - 0
drivers/i2c/busses/i2c-designware-platdrv.c

@@ -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);