From: Hans de Goede Date: Wed, 18 Apr 2018 12:33:18 +0000 (+0200) Subject: iio: accel: st_accel: Add support for the SMO8840 ACPI id X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3d56e19815b3e8eae2e734ab16a80d2a4812179a;p=openwrt%2Fstaging%2Fblogic.git iio: accel: st_accel: Add support for the SMO8840 ACPI id The Lenovo Ideapad Miix 320 uses an st accelerometer with an ACPI id of SMO8840, add support for this. Signed-off-by: Hans de Goede Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/accel/st_accel_i2c.c b/drivers/iio/accel/st_accel_i2c.c index 6bdec8c451e0..056dddb27236 100644 --- a/drivers/iio/accel/st_accel_i2c.c +++ b/drivers/iio/accel/st_accel_i2c.c @@ -107,6 +107,7 @@ MODULE_DEVICE_TABLE(of, st_accel_of_match); #ifdef CONFIG_ACPI static const struct acpi_device_id st_accel_acpi_match[] = { + {"SMO8840", LNG2DM}, {"SMO8A90", LNG2DM}, { }, };