Skip to content

Commit 72d0a20

Browse files
spectrum70jic23
authored andcommitted
dt-bindings: iio: dac: fix ad354xr output range
Fix output range, as per datasheet must be -2.5 to 7.5. Signed-off-by: Angelo Dureghello <adureghello@baylibre.com> Fixes: b0a96c5 ("dt-bindings: iio: dac: Add adi,ad3552r.yaml") Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240503185528.2043127-1-adureghello@baylibre.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 8a01ef7 commit 72d0a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ allOf:
139139
Voltage output range of the channel as <minimum, maximum>
140140
Required connections:
141141
Rfb1x for: 0 to 2.5 V; 0 to 3V; 0 to 5 V;
142-
Rfb2x for: 0 to 10 V; 2.5 to 7.5V; -5 to 5 V;
142+
Rfb2x for: 0 to 10 V; -2.5 to 7.5V; -5 to 5 V;
143143
oneOf:
144144
- items:
145145
- const: 0

0 commit comments

Comments
 (0)