From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 08:20:59 +0000
Subject: [PATCH] kernel_5.10 no rt

---
 kernel/Documentation/devicetree/bindings/media/i2c/ad5820.txt |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/kernel/Documentation/devicetree/bindings/media/i2c/ad5820.txt b/kernel/Documentation/devicetree/bindings/media/i2c/ad5820.txt
index 5940ca1..5764cbe 100644
--- a/kernel/Documentation/devicetree/bindings/media/i2c/ad5820.txt
+++ b/kernel/Documentation/devicetree/bindings/media/i2c/ad5820.txt
@@ -2,11 +2,19 @@
 
 Required Properties:
 
-  - compatible: Must contain "adi,ad5820"
+  - compatible: Must contain one of:
+		- "adi,ad5820"
+		- "adi,ad5821"
+		- "adi,ad5823"
 
   - reg: I2C slave address
 
   - VANA-supply: supply of voltage for VANA pin
+
+Optional properties:
+
+   - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
+active low, a high level on the pin enables the device.
 
 Example:
 
@@ -15,5 +23,6 @@
                reg = <0x0c>;
 
                VANA-supply = <&vaux4>;
+               enable-gpios = <&msmgpio 26 GPIO_ACTIVE_HIGH>;
        };
 

--
Gitblit v1.6.2