From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM

---
 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