Commit ecec83a2 authored by Alisa-Dariana Roman's avatar Alisa-Dariana Roman Committed by Jonathan Cameron

dt-bindings: iio: adc: ad7192: Add aincom supply

AINCOM should actually be a supply. AINx inputs are referenced to AINCOM
in pseudo-differential operation mode. AINCOM voltage represents the
offset of corresponding channels.
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarAlisa-Dariana Roman <alisa.roman@analog.com>
Link: https://lore.kernel.org/r/20240514120222.56488-3-alisa.roman@analog.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent f3111516
...@@ -41,6 +41,11 @@ properties: ...@@ -41,6 +41,11 @@ properties:
interrupts: interrupts:
maxItems: 1 maxItems: 1
aincom-supply:
description: |
AINCOM voltage supply. Analog inputs AINx are referenced to this input
when configured for pseudo-differential operation.
dvdd-supply: dvdd-supply:
description: DVdd voltage supply description: DVdd voltage supply
...@@ -117,6 +122,7 @@ examples: ...@@ -117,6 +122,7 @@ examples:
clock-names = "mclk"; clock-names = "mclk";
interrupts = <25 0x2>; interrupts = <25 0x2>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
aincom-supply = <&aincom>;
dvdd-supply = <&dvdd>; dvdd-supply = <&dvdd>;
avdd-supply = <&avdd>; avdd-supply = <&avdd>;
vref-supply = <&vref>; vref-supply = <&vref>;
......
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