Skip to content

Commit

Permalink
iio: mma8452: add i2c_device_id for mma8451
Browse files Browse the repository at this point in the history
This was forgotten about and is added for consistency now

Signed-off-by: Martin Kepplinger <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
merge authored and jic23 committed Mar 20, 2016
1 parent 4fbcfa0 commit ddb851a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iio/accel/mma8452.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit ddb851a

Please sign in to comment.