summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNuno Sa <nuno.sa@analog.com>2024-04-04 10:58:17 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-04-06 16:49:24 +0100
commitf979e52d3bc136b4ef1351479464c54a7c81c934 (patch)
tree605c1d55688c421af10443105a49d11913e78bf9
parent107585b06926aac6b36e466d4c6f05c520bb0f41 (diff)
downloadlinux-stable-f979e52d3bc136b4ef1351479464c54a7c81c934.tar.gz
linux-stable-f979e52d3bc136b4ef1351479464c54a7c81c934.tar.bz2
linux-stable-f979e52d3bc136b4ef1351479464c54a7c81c934.zip
dt-bindings: iio: temperature: ltc2983: document power supply
Add a property for the VDD power supply regulator. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Nuno Sa <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20240404-ltc2983-misc-improv-v5-1-c1f58057fcea@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml b/Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml
index dbb85135fd66..312febeeb3bb 100644
--- a/Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml
+++ b/Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml
@@ -57,6 +57,8 @@ properties:
interrupts:
maxItems: 1
+ vdd-supply: true
+
adi,mux-delay-config-us:
description: |
Extra delay prior to each conversion, in addition to the internal 1ms
@@ -460,6 +462,7 @@ required:
- compatible
- reg
- interrupts
+ - vdd-supply
additionalProperties: false
@@ -489,6 +492,7 @@ examples:
#address-cells = <1>;
#size-cells = <0>;
+ vdd-supply = <&supply>;
interrupts = <20 IRQ_TYPE_EDGE_RISING>;
interrupt-parent = <&gpio>;