Commit ca562a9c authored by Shawn Guo's avatar Shawn Guo Committed by Wolfram Sang
Browse files

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: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 0161ee9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);