diff options
author | Martin Kepplinger <martink@posteo.de> | 2016-03-14 12:33:14 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-03-20 10:27:22 +0000 |
commit | ddb851affbb8a669cdfe237745aaab7523a31919 (patch) | |
tree | 08199755f23adb52828a31c0e5da5e24c2c0b914 /drivers/iio/accel | |
parent | 4fbcfa09f9e7b8b51af23bacf6e9adc45b6d0f3b (diff) |
iio: mma8452: add i2c_device_id for mma8451
This was forgotten about and is added for consistency now
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/accel')
-rw-r--r-- | drivers/iio/accel/mma8452.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c index 305ed0e37dfb..6aa2517b4688 100644 --- a/drivers/iio/accel/mma8452.c +++ b/drivers/iio/accel/mma8452.c @@ -1535,6 +1535,7 @@ static const struct dev_pm_ops mma8452_pm_ops = { }; static const struct i2c_device_id mma8452_id[] = { + { "mma8451", mma8451 }, { "mma8452", mma8452 }, { "mma8453", mma8453 }, { "mma8652", mma8652 }, |