Skip to content

Commit 49bb383

Browse files
nunojsajic23
authored andcommitted
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: Rob Herring <robh@kernel.org> Signed-off-by: Nuno Sa <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20240210-iio-backend-v11-1-f5242a5fb42a@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent bb76cc4 commit 49bb383

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ properties:
4444
Pin that controls the powerdown mode of the device.
4545
maxItems: 1
4646

47+
io-backends:
48+
maxItems: 1
49+
4750
reset-gpios:
4851
description:
4952
Reset pin for the device.
@@ -68,6 +71,7 @@ examples:
6871
reg = <0>;
6972
clocks = <&adc_clk>;
7073
clock-names = "adc-clk";
74+
io-backends = <&iio_backend>;
7175
};
7276
};
7377
...

0 commit comments

Comments
 (0)