From: Andy Shevchenko Date: Fri, 3 Nov 2017 13:03:40 +0000 (+0200) Subject: iio: magnetometer: ak8975: Add another ACPI ID X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9ed2484598001cdfbc8f85d349ab6b1e8fc9ee1f;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Jonathan Cameron --- 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}, { },