Skip to content

Commit

Permalink
i2c: designware: add i2c support for Phytium SoCs
Browse files Browse the repository at this point in the history
Phytium I2C adapter is compatible with Synopsys Designware, so we reuse its
driver and add the Phytium's ACPI description to it.

Signed-off-by: Chen Baozi <[email protected]>
Signed-off-by: Wang Yinfeng <[email protected]>
Signed-off-by: Jiakun Shuai <[email protected]>
  • Loading branch information
JiakunShuai authored and Avenger-285714 committed May 13, 2024
1 parent 71507aa commit c770de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/i2c-designware-platdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
{ "HISI02A2", 0 },
{ "HISI02A3", 0 },
{ "HYGO0010", ACCESS_INTR_MASK },
{ "PHYT0003", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);
Expand Down

0 comments on commit c770de6

Please sign in to comment.