i2c: qcom-geni: add ACPI device id for sc8180x
authorShawn Guo <shawn.guo@linaro.org>
Mon, 1 Mar 2021 07:54:06 +0000 (15:54 +0800)
committerWolfram Sang <wsa@kernel.org>
Sun, 29 Oct 2023 21:21:19 +0000 (22:21 +0100)
It adds ACPI device id for sc8180x platform, so that the devices can be
probed for ACPI boot.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-qcom-geni.c

index 229353e96e095486e87feb436f865bb09d7c0d8c..6d829ed2f868f733540cf9cee1cbb2714e45b345 100644 (file)
@@ -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);