summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/ad5446.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-09-04 10:10:00 +0100
committerJonathan Cameron <jic23@kernel.org>2012-09-08 10:14:46 +0100
commitbf83238019cf091a32d3a8aeddf22282af992843 (patch)
tree86da4a753e0a3ba52ec09878c5986b13c63d3c46 /drivers/iio/dac/ad5446.c
parent2fafbce25063ae2732f2f2d9f853f1d97145eab5 (diff)
downloadop-kernel-dev-bf83238019cf091a32d3a8aeddf22282af992843.zip
op-kernel-dev-bf83238019cf091a32d3a8aeddf22282af992843.tar.gz
iio:ad5446: Add device ids for ad5301/ad5311/ad5321
The ad5301/ad5311/ad5321 are software compatible to the ad5602/ad5612/ad5622. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/ad5446.c')
-rw-r--r--drivers/iio/dac/ad5446.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/dac/ad5446.c b/drivers/iio/dac/ad5446.c
index 2b0968f..3310cbb 100644
--- a/drivers/iio/dac/ad5446.c
+++ b/drivers/iio/dac/ad5446.c
@@ -552,6 +552,9 @@ static int __devexit ad5446_i2c_remove(struct i2c_client *i2c)
}
static const struct i2c_device_id ad5446_i2c_ids[] = {
+ {"ad5301", ID_AD5602},
+ {"ad5311", ID_AD5612},
+ {"ad5321", ID_AD5622},
{"ad5602", ID_AD5602},
{"ad5612", ID_AD5612},
{"ad5622", ID_AD5622},
OpenPOWER on IntegriCloud