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

Commit bf1eb912 authored by Crestez Dan Leonard's avatar Crestez Dan Leonard Committed by Jonathan Cameron
Browse files

iio: inv_mpu6050: Add spi_device_id for INV_MPU6500

parent cec01545
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ static int inv_mpu_remove(struct spi_device *spi)
 */
static const struct spi_device_id inv_mpu_id[] = {
	{"mpu6000", INV_MPU6000},
	{"mpu6500", INV_MPU6500},
	{}
};