Skip to content

Commit ca562a9

Browse files
shawnguo2wsakernel
authored andcommitted
i2c: qcom-geni: add ACPI device id for sc8180x
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]>
1 parent 0161ee9 commit ca562a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-qcom-geni.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ static const struct i2c_algorithm geni_i2c_algo = {
722722
#ifdef CONFIG_ACPI
723723
static const struct acpi_device_id geni_i2c_acpi_match[] = {
724724
{ "QCOM0220"},
725+
{ "QCOM0411" },
725726
{ },
726727
};
727728
MODULE_DEVICE_TABLE(acpi, geni_i2c_acpi_match);

0 commit comments

Comments
 (0)