Commit f979e52d authored by Nuno Sa's avatar Nuno Sa Committed by Jonathan Cameron

dt-bindings: iio: temperature: ltc2983: document power supply

Add a property for the VDD power supply regulator.
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarNuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240404-ltc2983-misc-improv-v5-1-c1f58057fcea@analog.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 107585b0
...@@ -57,6 +57,8 @@ properties: ...@@ -57,6 +57,8 @@ properties:
interrupts: interrupts:
maxItems: 1 maxItems: 1
vdd-supply: true
adi,mux-delay-config-us: adi,mux-delay-config-us:
description: | description: |
Extra delay prior to each conversion, in addition to the internal 1ms Extra delay prior to each conversion, in addition to the internal 1ms
...@@ -460,6 +462,7 @@ required: ...@@ -460,6 +462,7 @@ required:
- compatible - compatible
- reg - reg
- interrupts - interrupts
- vdd-supply
additionalProperties: false additionalProperties: false
...@@ -489,6 +492,7 @@ examples: ...@@ -489,6 +492,7 @@ examples:
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
vdd-supply = <&supply>;
interrupts = <20 IRQ_TYPE_EDGE_RISING>; interrupts = <20 IRQ_TYPE_EDGE_RISING>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
......
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