iio: inv_mpu6050: Add spi_device_id for INV_MPU6500
Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com> Acked-by: Ge Gao <ggao@invensense.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
cec0154556
commit
bf1eb91274
@ -80,6 +80,7 @@ static int inv_mpu_remove(struct spi_device *spi)
|
|||||||
*/
|
*/
|
||||||
static const struct spi_device_id inv_mpu_id[] = {
|
static const struct spi_device_id inv_mpu_id[] = {
|
||||||
{"mpu6000", INV_MPU6000},
|
{"mpu6000", INV_MPU6000},
|
||||||
|
{"mpu6500", INV_MPU6500},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user