| From 1fed9f9561b95e98b728039b38302bca164d4f70 Mon Sep 17 00:00:00 2001 |
| From: Wen-chien Jesse Sung <jesse.sung@canonical.com> |
| Date: Mon, 24 Feb 2020 17:54:26 +0800 |
| Subject: [PATCH] iio: st_sensors: remap SMO8840 to LIS2DH12 |
| |
| commit e43d110cdc206b6df4dd438cd10c81d1da910aad upstream. |
| |
| According to ST, the HID is for LIS2DH12. |
| |
| Fixes: 3d56e19815b3 ("iio: accel: st_accel: Add support for the SMO8840 ACPI id") |
| Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com> |
| Tested-by: Hans de Goede <hdegoede@redhat.com> |
| Reviewed-by: Hans de Goede <hdegoede@redhat.com> |
| Cc: <Stable@vger.kernel.org> |
| Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> |
| Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> |
| |
| diff --git a/drivers/iio/accel/st_accel_i2c.c b/drivers/iio/accel/st_accel_i2c.c |
| index c3c8f2e73c2a..f13f7fd8c914 100644 |
| --- a/drivers/iio/accel/st_accel_i2c.c |
| +++ b/drivers/iio/accel/st_accel_i2c.c |
| @@ -114,7 +114,7 @@ MODULE_DEVICE_TABLE(of, st_accel_of_match); |
| |
| #ifdef CONFIG_ACPI |
| static const struct acpi_device_id st_accel_acpi_match[] = { |
| - {"SMO8840", (kernel_ulong_t)LNG2DM_ACCEL_DEV_NAME}, |
| + {"SMO8840", (kernel_ulong_t)LIS2DH12_ACCEL_DEV_NAME}, |
| {"SMO8A90", (kernel_ulong_t)LNG2DM_ACCEL_DEV_NAME}, |
| { }, |
| }; |
| -- |
| 2.7.4 |
| |