Commit dec0a81a authored by Hanjun Guo's avatar Hanjun Guo Committed by Rafael J. Wysocki

i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controller

Add ACPI HID HISI02A3 for Hisilicon Hip08 Lite, which has different
clock frequency from Hip08 for I2C controller.
Tested-by: default avatarSheng Feng <fengsheng5@huawei.com>
Signed-off-by: default avatarHanjun Guo <guohanjun@huawei.com>
Acked-by: default avatarNikula <jarkko.nikula@linux.intel.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c01a4a13
......@@ -130,6 +130,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
{ "APMC0D0F", 0 },
{ "HISI02A1", 0 },
{ "HISI02A2", 0 },
{ "HISI02A3", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment