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

Commit 90708ce2 authored by Suravee Suthikulpanit's avatar Suravee Suthikulpanit Committed by Wolfram Sang
Browse files

i2c: designware: Add support for AMD Seattle I2C



Add device HID AMDI0510 to match the I2C controlers on AMD Seattle platform

Signed-off-by: default avatarSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 995e68a5
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 },
	{ "AMDI0510", 0 },
	{ }
};
MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);