summaryrefslogtreecommitdiff
path: root/Bindings/media/i2c/ad5820.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/media/i2c/ad5820.txt')
-rw-r--r--Bindings/media/i2c/ad5820.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Bindings/media/i2c/ad5820.txt b/Bindings/media/i2c/ad5820.txt
new file mode 100644
index 0000000000000..5940ca11c021e
--- /dev/null
+++ b/Bindings/media/i2c/ad5820.txt
@@ -0,0 +1,19 @@
+* 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>;
+ };
+