Skip to content

Commit e666c72

Browse files
committed
dt-bindings: iio: dac: ad5413: address yaml feedback (range, reset-gpios)
Signed-off-by: Bruce Tsao <[email protected]>
1 parent 768a806 commit e666c72

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,23 @@ properties:
1919
spi-max-frequency:
2020
maximum: 50000000
2121

22+
reset-gpios: true
23+
2224
adi,range-microvolt:
2325
description: Voltage output range <min, max> in microvolts
2426
oneOf:
2527
- items:
2628
- const: -10500000
2729
- const: 10500000
30+
- items:
31+
- const: -12600000
32+
- const: 12600000
2833

2934
adi,range-microamp:
3035
description: Current output range <min, max> in microamps
31-
oneOf:
32-
- items:
33-
- const: 0
34-
- const: 24000
36+
- items:
37+
- const: 0
38+
- const: 24000
3539

3640
adi,slew-time-us:
3741
description: Output digital slew control time in microseconds
@@ -61,6 +65,7 @@ examples:
6165
compatible = "adi,ad5413";
6266
reg = <0>;
6367
spi-max-frequency = <1000000>;
68+
reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
6469
adi,range-microvolt = <(-10500000) 10500000>;
6570
adi,slew-time-us = <125>;
6671
};

0 commit comments

Comments
 (0)