tegrakernel/kernel/kernel-4.9/Documentation/devicetree/bindings/media/i2c/ad5820.txt

20 lines
338 B
Plaintext
Raw Normal View History

2022-02-16 09:13:02 -06:00
* Analog Devices AD5820 autofocus coil
Required Properties:
- compatible: Must contain "adi,ad5820"
- reg: I2C slave address
- VANA-supply: supply of voltage for VANA pin
Example:
ad5820: coil@c {
compatible = "adi,ad5820";
reg = <0x0c>;
VANA-supply = <&vaux4>;
};