diff options
author | Michael Hennerich <[email protected]> | 2023-11-29 14:03:52 +0100 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2023-12-04 13:19:48 +0000 |
commit | d49f69425d0db21c80c11ee537220658262bb7f4 (patch) | |
tree | d08262b971a79171d21aa2f9c71dac3bc4285bf2 | |
parent | f2dd716cb44ad97fcaa757687ebd8d66cced7536 (diff) |
dt-bindings: adi,ad5791: Add support for controlling RBUF
Added new property to support an external amplifier to be connected in a
gain of two configuration.
Signed-off-by: Michael Hennerich <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Nuno Sa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iio/dac/adi,ad5791.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5791.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5791.yaml index 3a84739736f6..c81285d84db7 100644 --- a/Documentation/devicetree/bindings/iio/dac/adi,ad5791.yaml +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5791.yaml @@ -26,6 +26,11 @@ properties: vdd-supply: true vss-supply: true + adi,rbuf-gain2-en: + description: Specify to allow an external amplifier to be connected in a + gain of two configuration. + type: boolean + required: - compatible - reg |