diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-11-03 16:03:40 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-12-02 13:40:02 +0300 |
commit | 9ed2484598001cdfbc8f85d349ab6b1e8fc9ee1f (patch) | |
tree | 8b64f164c8280188c9dcac05cbeffe139998e723 /drivers/iio/magnetometer | |
parent | b87935552efc14316429945568722348dc32c0a5 (diff) | |
download | linux-9ed2484598001cdfbc8f85d349ab6b1e8fc9ee1f.tar.xz |
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.c | 1 |
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}, { }, |