Skip to content

Commit

Permalink
i2c: qcom-geni: add ACPI device id for sc8180x
Browse files Browse the repository at this point in the history
It adds ACPI device id for sc8180x platform, so that the devices can be
probed for ACPI boot.

Signed-off-by: Shawn Guo <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
shawnguo2 authored and wsakernel committed Oct 29, 2023
1 parent 0161ee9 commit ca562a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/i2c-qcom-geni.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ static const struct i2c_algorithm geni_i2c_algo = {
#ifdef CONFIG_ACPI
static const struct acpi_device_id geni_i2c_acpi_match[] = {
{ "QCOM0220"},
{ "QCOM0411" },
{ },
};
MODULE_DEVICE_TABLE(acpi, geni_i2c_acpi_match);
Expand Down

0 comments on commit ca562a9

Please sign in to comment.