iio: adis16400: Add ADIS16305 support
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 5 Aug 2015 13:38:17 +0000 (15:38 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 8 Aug 2015 11:54:20 +0000 (12:54 +0100)
The ADIS16305 is fully register map compatible to the ADIS16300.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/adis16400_core.c

index 7d612ab..e4cc2ec 100644 (file)
@@ -927,6 +927,7 @@ static int adis16400_remove(struct spi_device *spi)
 
 static const struct spi_device_id adis16400_id[] = {
        {"adis16300", ADIS16300},
+       {"adis16305", ADIS16300},
        {"adis16334", ADIS16334},
        {"adis16350", ADIS16350},
        {"adis16354", ADIS16350},