From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 13 May 2024 10:30:14 +0000
Subject: [PATCH] modify sin led gpio

---
 kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt b/kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt
index bba01a5..2f607f4 100644
--- a/kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt
+++ b/kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt
@@ -50,6 +50,9 @@
 
 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 @@
 		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>;

--
Gitblit v1.6.2