Commit 315ce4b8 authored by Guenter Roeck's avatar Guenter Roeck Committed by Jonathan Cameron
Browse files

iio/adc: (max1363) Provide OF node information to iio device

parent c3a69e6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;