iio: mma8452: add i2c_device_id for mma8451
authorMartin Kepplinger <martink@posteo.de>
Mon, 14 Mar 2016 11:33:14 +0000 (12:33 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 20 Mar 2016 10:27:22 +0000 (10:27 +0000)
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>
drivers/iio/accel/mma8452.c

index 305ed0e37dfbdac0a9fca1dbf535140f11467510..6aa2517b4688cc28a4701b103da5c5bae9560377 100644 (file)
@@ -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 },