Commit 0267a316 authored by Dragos Bogdan's avatar Dragos Bogdan Committed by Jonathan Cameron

iio: adc: ad7476: Add AD7091 support

AD7091R is already supported by this driver. While AD7091R allows the
choice of an internal or an external voltage reference, for AD7091 the
reference is only provided by VDD. Since this information is anyway
obtained through the "vcc" regulator, no other driver changes are
required for adding AD7091 support as well.
Signed-off-by: default avatarDragos Bogdan <dragos.bogdan@analog.com>
Signed-off-by: default avatarBeniamin Bia <beniamin.bia@analog.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 3a6af93d
...@@ -341,6 +341,7 @@ static int ad7476_remove(struct spi_device *spi) ...@@ -341,6 +341,7 @@ static int ad7476_remove(struct spi_device *spi)
} }
static const struct spi_device_id ad7476_id[] = { static const struct spi_device_id ad7476_id[] = {
{"ad7091", ID_AD7091R},
{"ad7091r", ID_AD7091R}, {"ad7091r", ID_AD7091R},
{"ad7273", ID_AD7277}, {"ad7273", ID_AD7277},
{"ad7274", ID_AD7276}, {"ad7274", ID_AD7276},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment