[PATCH 05/11] iio/adc: (max1363) Provide OF node information to iio device
Guenter Roeck
linux at roeck-us.net
Fri Feb 1 08:43:02 EST 2013
Signed-off-by: Guenter Roeck <linux at roeck-us.net>
---
drivers/iio/adc/max1363.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index 03b25b3..ca8bbc1 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -1538,6 +1538,7 @@ static int max1363_probe(struct i2c_client *client,
goto error_out;
}
+ indio_dev->dev.of_node = client->dev.of_node;
ret = iio_map_array_register(indio_dev, client->dev.platform_data);
if (ret < 0)
goto error_free_device;
--
1.7.9.7
More information about the devicetree-discuss
mailing list