Skip to content

Commit

Permalink
iio: inv_mpu6050: Add spi_device_id for INV_MPU6500
Browse files Browse the repository at this point in the history
Signed-off-by: Crestez Dan Leonard <[email protected]>
Acked-by: Ge Gao <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
Crestez Dan Leonard authored and jic23 committed Apr 25, 2016
1 parent cec0154 commit bf1eb91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
{}
};

Expand Down

0 comments on commit bf1eb91

Please sign in to comment.