Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04a407f6 authored by Loc Ho's avatar Loc Ho Committed by Rafael J. Wysocki
Browse files

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: default avatarLoc Ho <lho@apm.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b790eb20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);