Skip to content

Commit c969c1e

Browse files
ahaslam2jic23
authored andcommitted
dt-bindings: iio: dac: ad5791: ldac gpio is active low
On the example, the ldac gpio is flagged as active high, when in reality its an active low gpio. Fix the example by using the active low flag for the ldac gpio. Fixes: baaa92d ("dt-bindings: iio: dac: ad5791: Add optional reset, clr and ldac gpios") Signed-off-by: Axel Haslam <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 0c45633 commit c969c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ examples:
9191
vrefn-supply = <&dac_vrefn>;
9292
reset-gpios = <&gpio_bd 16 GPIO_ACTIVE_LOW>;
9393
clear-gpios = <&gpio_bd 17 GPIO_ACTIVE_LOW>;
94-
ldac-gpios = <&gpio_bd 18 GPIO_ACTIVE_HIGH>;
94+
ldac-gpios = <&gpio_bd 18 GPIO_ACTIVE_LOW>;
9595
};
9696
};
9797
...

0 commit comments

Comments
 (0)