aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-11-03 15:03:40 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-12-02 10:40:02 +0000
commit9ed2484598001cdfbc8f85d349ab6b1e8fc9ee1f (patch)
tree8b64f164c8280188c9dcac05cbeffe139998e723 /drivers/iio/magnetometer
parentiio: proximity: sx9500: Add another ACPI ID (diff)
downloadlinux-dev-9ed2484598001cdfbc8f85d349ab6b1e8fc9ee1f.tar.xz
linux-dev-9ed2484598001cdfbc8f85d349ab6b1e8fc9ee1f.zip
iio: magnetometer: ak8975: Add another ACPI ID
Add new ACPI ID for ak9911 as had been found on prototype board. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/magnetometer')
-rw-r--r--drivers/iio/magnetometer/ak8975.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
index c09329069d0a..42a827a66512 100644
--- a/drivers/iio/magnetometer/ak8975.c
+++ b/drivers/iio/magnetometer/ak8975.c
@@ -788,6 +788,7 @@ static const struct acpi_device_id ak_acpi_match[] = {
{"AK8975", AK8975},
{"AK8963", AK8963},
{"INVN6500", AK8963},
+ {"AK009911", AK09911},
{"AK09911", AK09911},
{"AK09912", AK09912},
{ },