summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad7291.c
diff options
context:
space:
mode:
authorMatt Ranostay2016-07-03 02:26:33 +0200
committerJonathan Cameron2016-07-03 14:40:08 +0200
commitb541eaff4917a7429cd0e83cb3962383276db357 (patch)
tree30a37b1331d62e50beb29691e1bfdab50d901fbf /drivers/iio/adc/ad7291.c
parentiio: adc: ti-ads1015: add indio_dev->dev.of_node reference (diff)
downloadkernel-qcow2-linux-b541eaff4917a7429cd0e83cb3962383276db357.tar.gz
kernel-qcow2-linux-b541eaff4917a7429cd0e83cb3962383276db357.tar.xz
kernel-qcow2-linux-b541eaff4917a7429cd0e83cb3962383276db357.zip
iio: adc: add missing of_node references to iio_dev
Adding missing indio_dev->dev.of_node references to allow iio consumers to access the device channels. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/ad7291.c')
-rw-r--r--drivers/iio/adc/ad7291.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/ad7291.c b/drivers/iio/adc/ad7291.c
index 037630932749..1d90b02732bb 100644
--- a/drivers/iio/adc/ad7291.c
+++ b/drivers/iio/adc/ad7291.c
@@ -505,6 +505,7 @@ static int ad7291_probe(struct i2c_client *client,
indio_dev->num_channels = ARRAY_SIZE(ad7291_channels);
indio_dev->dev.parent = &client->dev;
+ indio_dev->dev.of_node = client->dev.of_node;
indio_dev->info = &ad7291_info;
indio_dev->modes = INDIO_DIRECT_MODE;