Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / dac / ad5758.txt
index bba01a5..2f607f4 100644 (file)
@@ -50,6 +50,9 @@ Required properties:
 
 Optional properties:
 
+ - reset-gpios : GPIO spec for the RESET pin. If specified, it will be
+                asserted during driver probe.
+
  - adi,dc-dc-ilim-microamp: The dc-to-dc converter current limit
                   The following values are currently supported [uA]:
                        * 150000
@@ -71,6 +74,8 @@ AD5758 Example:
                spi-max-frequency = <1000000>;
                spi-cpha;
 
+               reset-gpios = <&gpio 22 0>;
+
                adi,dc-dc-mode = <2>;
                adi,range-microvolt = <0 10000000>;
                adi,dc-dc-ilim-microamp = <200000>;