forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt
....@@ -50,6 +50,9 @@
5050
5151 Optional properties:
5252
53
+ - reset-gpios : GPIO spec for the RESET pin. If specified, it will be
54
+ asserted during driver probe.
55
+
5356 - adi,dc-dc-ilim-microamp: The dc-to-dc converter current limit
5457 The following values are currently supported [uA]:
5558 * 150000
....@@ -71,6 +74,8 @@
7174 spi-max-frequency = <1000000>;
7275 spi-cpha;
7376
77
+ reset-gpios = <&gpio 22 0>;
78
+
7479 adi,dc-dc-mode = <2>;
7580 adi,range-microvolt = <0 10000000>;
7681 adi,dc-dc-ilim-microamp = <200000>;