forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/media/i2c/ad5820.txt
....@@ -2,11 +2,19 @@
22
33 Required Properties:
44
5
- - compatible: Must contain "adi,ad5820"
5
+ - compatible: Must contain one of:
6
+ - "adi,ad5820"
7
+ - "adi,ad5821"
8
+ - "adi,ad5823"
69
710 - reg: I2C slave address
811
912 - VANA-supply: supply of voltage for VANA pin
13
+
14
+Optional properties:
15
+
16
+ - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
17
+active low, a high level on the pin enables the device.
1018
1119 Example:
1220
....@@ -15,5 +23,6 @@
1523 reg = <0x0c>;
1624
1725 VANA-supply = <&vaux4>;
26
+ enable-gpios = <&msmgpio 26 GPIO_ACTIVE_HIGH>;
1827 };
1928