Merge branch 'pm-cpufreq'
[cascardo/linux.git] / Documentation / devicetree / bindings / media / i2c / ad5820.txt
1 * Analog Devices AD5820 autofocus coil
2
3 Required Properties:
4
5   - compatible: Must contain "adi,ad5820"
6
7   - reg: I2C slave address
8
9   - VANA-supply: supply of voltage for VANA pin
10
11 Example:
12
13        ad5820: coil@c {
14                compatible = "adi,ad5820";
15                reg = <0x0c>;
16
17                VANA-supply = <&vaux4>;
18        };
19