Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddb851af authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Jonathan Cameron
Browse files

iio: mma8452: add i2c_device_id for mma8451



This was forgotten about and is added for consistency now

Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 4fbcfa09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },