Commit 49bb3839 authored by Nuno Sa's avatar Nuno Sa Committed by Jonathan Cameron

dt-bindings: adc: ad9467: add new io-backend property

The ad9467 will make use of the new IIO backend framework which is a
provider - consumer interface where IIO backends provide services to
consumers. As such, and being this device a consumer,  add the new
generic io-backend property to the bindings.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarNuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240210-iio-backend-v11-1-f5242a5fb42a@analog.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent bb76cc45
...@@ -44,6 +44,9 @@ properties: ...@@ -44,6 +44,9 @@ properties:
Pin that controls the powerdown mode of the device. Pin that controls the powerdown mode of the device.
maxItems: 1 maxItems: 1
io-backends:
maxItems: 1
reset-gpios: reset-gpios:
description: description:
Reset pin for the device. Reset pin for the device.
...@@ -68,6 +71,7 @@ examples: ...@@ -68,6 +71,7 @@ examples:
reg = <0>; reg = <0>;
clocks = <&adc_clk>; clocks = <&adc_clk>;
clock-names = "adc-clk"; clock-names = "adc-clk";
io-backends = <&iio_backend>;
}; };
}; };
... ...
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