diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2022-09-04 13:02:01 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-09-04 16:55:03 +0300 |
commit | 6cda6aa83c0b548471bc30cc2083fe5fd255591b (patch) | |
tree | f96fbd524da3e291f05abf6a0cda999194f3546a | |
parent | f5ffeca5086fef68765f3c1dbc9a12183833adf0 (diff) | |
download | linux-6cda6aa83c0b548471bc30cc2083fe5fd255591b.tar.xz |
dt-bindings: iio: adc: ti,tsc2046: add vref-supply property
Add property for the voltage reference supply.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220904100203.3614502-1-o.rempel@pengutronix.de
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml b/Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml index 0b48814c0dc2..bdf3bba2d750 100644 --- a/Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml +++ b/Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml @@ -23,6 +23,9 @@ properties: interrupts: maxItems: 1 + vref-supply: + description: Optional supply of the reference voltage + "#io-channel-cells": const: 1 |