Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Martin Kepplinger and committed by
Jonathan Cameron
ddb851af 4fbcfa09

+1
+1
drivers/iio/accel/mma8452.c
··· 1535 1535 }; 1536 1536 1537 1537 static const struct i2c_device_id mma8452_id[] = { 1538 + { "mma8451", mma8451 }, 1538 1539 { "mma8452", mma8452 }, 1539 1540 { "mma8453", mma8453 }, 1540 1541 { "mma8652", mma8652 },