Commit 2d8339d0 authored by Srinivas Pandruvada's avatar Srinivas Pandruvada Committed by Jonathan Cameron

iio: magnetometer: ak8975: Add AK8963

Added AK8963 in the id table. Unfortunately some commercial devices
using caps version ak8963.
Signed-off-by: default avatarSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 76cd2e71
...@@ -813,6 +813,7 @@ static int ak8975_probe(struct i2c_client *client, ...@@ -813,6 +813,7 @@ static int ak8975_probe(struct i2c_client *client,
static const struct i2c_device_id ak8975_id[] = { static const struct i2c_device_id ak8975_id[] = {
{"ak8975", AK8975}, {"ak8975", AK8975},
{"ak8963", AK8963}, {"ak8963", AK8963},
{"AK8963", AK8963},
{"ak09911", AK09911}, {"ak09911", AK09911},
{"ak09912", AK09912}, {"ak09912", AK09912},
{} {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment